Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

UserRoleGroup

JSON Format

Name
Type
Read-only
Mandatory
Comment
idintegeryesno 
userRoleIdintegernonoUserRole.id
groupidintegernoyesGroup.id
activebooleanno  
backUpTechIdinteger  UserRoleGroup.id
assignmentIdsarray  array of Assignment.id
notificationUserIdsarray  array of User.id

URIs

Uri
Method
Request Data
Success Response Code
Description
/api/user-role-groupsGET 200Returns an Array of all UserRoleGroups
/api/user-role-groups/{id}GET 200Returns one UserRoleGroup
/api/user-role-groupsPOSTUserRoleGroup201Create new UserRoleGroup
/api/user-role-groups/{id}PUTUserRoleGroup204Update an existing UserRoleGroup
/api/user-role-groups/{id}DELETE 200Delete a UserRoleGroup
  • No labels