Syntax
Function UpdateGroupInfo(ClientID As Long, Name As String, GroupUsername As String, Password As String, IsReadOnly As String, Phone As String, Fax As String, Mobile As String, TelPWD As String, POB As String, Email As String, Address As String, ForceChangePassword as Boolean) As String
Description
The UpdateGroupInfo operation is used to update information for a specific given group id. Use GetClientsIDs to get a list of IDs under the specific parent
name.
Request Parameters
Name | Description | Required |
ClientID |
|
Yes |
Name |
|
Yes |
GroupUsername |
|
Yes |
Password |
|
Yes |
IsReadOnly |
|
Yes |
Phone |
|
Yes |
Fax |
|
Yes |
Mobile |
|
Yes |
TelPWD |
|
Yes |
POB |
|
Yes |
|
Yes | |
Address |
|
Yes |
ForceChangePassword |
|
Yes |
Response Elements
Name | Description |
Result | The operation return an updated group identifier in case of success, otherwise, an explicit error code is returned |
See Also