Create Group
Parameter | Description | Required |
---|---|---|
action | addAccountGroup | True |
groupName | Group name | True |
desc | Group Description | False |
uid | Multiple user IDs in the group are separated by ',' , If this parameter is not passed, it means creating an empty group | False |
response: No text
{
"err":0,
"desc":"ERR_NONE"
}
Possible errors:
Response error code | Description | Details |
---|---|---|
0x0001 | ERR_FAIL | Fail |
0x0006 | ERR_FORMAT_ERROR | Format error |
0x000B | ERR_NO_PERMISSION | No permissions |
0x0204 | ERR_NAME_DUPLICATE | Name cannot have the same name |
0x0105 | ERR_NOT_FOUND_USR | User not found |