UserManagerServicesSaveSingleGroup Method |
Namespace: IngeniuxCMService
public XHRServiceResponseGeneric<SaveGroupResult> SaveSingleGroup( SaveGroupInput data )
Object containing updated details of existing User Group
{
"data": {
"info": {
"name": "Authors",
"id": "UserGroups/1",
"permissions": [1879685, 1665],
"newEntry": false
},
"users": ["ingeniux\\author", "ingeniux\\dhillis", "ingeniux\\shauns"]
}
}The basic information of the update User Group, plus information of which Users were affected with this update.
{
"code": 0,
"error": null,
"message": {
"name": "Authors",
"groupId": "UserGroups\/1",
"pcrsCount": 1,
"secRootsCount": 0,
"usersAffected": {
"added": ["User\/ingeniux___dhillis", "User\/ingeniux___shauns"],
"removed": ["User\/ingeniux___dhillis", "User\/ingeniux___shauns"]
},
"usersCount": 3,
"wfDefsCount": 1
}
}