| UserManagerServicesSaveGroupRole Method | 
Namespace: IngeniuxCMService
 Syntax
SyntaxObject containing the Role name and its User Permissions.
 Examples
Examples{
    "data": {
        "roleName": "Check in",
        "permissions": [1879683, 1669]
    }
}The collection of existing Group Roles after the removal, sorted alphabetically
 Examples
Examples{
    "code": 0,
    "error": null,
    "message": [{
        "name": "Edit",
        "id": "GroupRoles\/34",
        "permissions": [1879681, 1879681]
    }, {
        "name": "Edit and Delete",
        "id": "GroupRoles\/33",
        "permissions": [1896069, 1896069]
    }, {
        "name": "Editing and Publishing",
        "id": "GroupRoles\/2",
        "permissions": [1879689, 1879689]
    }] 
} See Also
See Also