UserManagerServicesGetSingleGroup Method |
Namespace: IngeniuxCMService
public XHRServiceResponseGeneric<GroupEditorData> GetSingleGroup( GetSingleItemParam data )
Object containing the unique Id of the User Group
{
"data": {
"itemId": "UserGroups/1"
}
}Full details of the User Group
{
"code": 0,
"error": null,
"message": {
"info": {
"name": "Authors",
"id": "UserGroups\/1",
"permissions": [1879681, 1665]
},
"users": [{
"name": "author",
"email": "",
"groupsCount": 0,
"integratedMembershipProvider": "",
"lastLogin": "20140120T14:00:02",
"pagesCount": 0,
"readLanguages": "en-us",
"receiveWorkFlowNotificationMail": false,
"userId": "ingeniux\\author",
"writeLanguages": "en-us"
}]
}
}If User Group doesn't exist, returns error status