SystemOptionsServicesGetGroupsForTreeMenu Method |
Namespace: IngeniuxCMService
List of User Groups. Each item contains also User Rights compond numbers and whether there is a override profile for this Group in the "_checked" property.
{
"code": 0,
"error": null,
"message": {
"groups": [{
"name": "Administrators",
"id": "UserGroup\/1",
"_checked": false,
"active": true,
"groupId": "UserGroup\/1",
"userRights": [32, 0]
}, {
"name": "Authors",
"id": "UserGroups\/1",
"_checked": true,
"active": false,
"groupId": "UserGroups\/1",
"userRights": [1355393, 511]
}]
}
}