Group
Number of APIs: 16
- 
Get all user groups. GET {{baseUrl}}/app/rest/userGroups?fields=<string> 
- 
Get user group matching the locator. GET {{baseUrl}}/app/rest/userGroups/:groupLocator?fields=<string> 
- 
Delete user group matching the locator. DELETE {{baseUrl}}/app/rest/userGroups/:groupLocator 
- 
Get properties of the matching user group. GET {{baseUrl}}/app/rest/userGroups/:groupLocator/properties?fields=<string> 
- 
Add a role to the matching user group. POST {{baseUrl}}/app/rest/userGroups/:groupLocator/roles 
- 
Get a property of the matching user group. GET {{baseUrl}}/app/rest/userGroups/:groupLocator/properties/:name 
- 
Update a property of the matching user group. PUT {{baseUrl}}/app/rest/userGroups/:groupLocator/properties/:name 
- 
Remove a property of the matching user group. DELETE {{baseUrl}}/app/rest/userGroups/:groupLocator/properties/:name 
- 
Get all roles of the matching user group. GET {{baseUrl}}/app/rest/userGroups/:groupLocator/roles 
- 
Update roles of the matching user group. PUT {{baseUrl}}/app/rest/userGroups/:groupLocator/roles