Edit user role
| Parameter | Description | Required |
|---|---|---|
| action | editUsrRole | True |
| uid | Message IDs, separated by ',', can be up to 256 at a time | True |
| rid | Custom Role ID | True |
response: No text
{
"err":0,
"desc":"ERR_NONE"
}
Possible errors:
| Response error code | Description | Details |
|---|---|---|
| 0x0006 | ERR_FORMAT_ERROR | Format error |
| 0x0105 | ERR_NOT_FOUND_USR | User not found |
| 0x0170 | ERR_NOT_FOUND_DEFINEDROLE | Role not found |