UserManagerServicesGetUsersAndGroupsSimple Method |
Namespace: IngeniuxCMService
Object containing collections of Users and Groups
{
"code": 0,
"error": null,
"message": {
"groups": [{
"name": "Administrators",
"id": "UserGroup\/1",
"users": []
}, {
"name": "Authors",
"id": "UserGroups\/1",
"users": []
}],
"users": [{
"name": "abusbin",
"id": "User\/INGENIUX___abusbin"
}, {
"name": "author",
"id": "User\/ingeniux___author"
}, {
"name": "t",
"id": "User\/t"
}, {
"name": "Turtle Master",
"id": "User\/INGENIUX___awang"
}]
}
}