UserRoleGroup
JSON Format
Name | Type | Read-only | Mandatory | Comment |
|---|---|---|---|---|
| id | integer | yes | no | |
| userRoleId | integer | no | no | UserRole.id |
| groupid | integer | no | yes | Group.id |
| active | boolean | no | ||
| backUpTechId | integer | UserRoleGroup.id | ||
| assignmentIds | array | array of Assignment.id | ||
| notificationUserIds | array | array of User.id |
URIs
Uri | Method | Request Data | Success Response Code | Description |
|---|---|---|---|---|
| /api/user-role-groups | GET | 200 | Returns an Array of all UserRoleGroups | |
| /api/user-role-groups/{id} | GET | 200 | Returns one UserRoleGroup | |
| /api/user-role-groups | POST | UserRoleGroup | 201 | Create new UserRoleGroup |
| /api/user-role-groups/{id} | PUT | UserRoleGroup | 204 | Update an existing UserRoleGroup |
| /api/user-role-groups/{id} | DELETE | 200 | Delete a UserRoleGroup | |
| /api/user-role-groups/{id}/assignments | GET | 200 | Returns an array of all Assignments for the UserRoleGroup |
