Syntax
Function CreateGroup(ParentID As Integer, Name As String, Username As String, Password As String, ReadOnlyLogin As Boolean, Phone As String, Fax As String, Mobile As String, TelPWD As String, POB As String, Email As String, Address As String, ChangePW as Boolean) As String
Description
The CreateGroup operation is used to create a new group under a specific given parent Integer.
Request Parameters
Name | Description | Required |
ParentID |
|
Yes |
Name |
|
Yes |
Username |
|
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 returns a new group identifier in case of success, otherwise, an explicit error code is returned |
See Also