Group

Number of APIs: 16

  1. Get all user groups. GET {{baseUrl}}/app/rest/userGroups?fields=<string>

  2. Get user group matching the locator. GET {{baseUrl}}/app/rest/userGroups/:groupLocator?fields=<string>

  3. Delete user group matching the locator. DELETE {{baseUrl}}/app/rest/userGroups/:groupLocator

  4. Get properties of the matching user group. GET {{baseUrl}}/app/rest/userGroups/:groupLocator/properties?fields=<string>

  5. Add a role to the matching user group. POST {{baseUrl}}/app/rest/userGroups/:groupLocator/roles

  6. Get a property of the matching user group. GET {{baseUrl}}/app/rest/userGroups/:groupLocator/properties/:name

  7. Update a property of the matching user group. PUT {{baseUrl}}/app/rest/userGroups/:groupLocator/properties/:name

  8. Remove a property of the matching user group. DELETE {{baseUrl}}/app/rest/userGroups/:groupLocator/properties/:name

  9. Get all roles of the matching user group. GET {{baseUrl}}/app/rest/userGroups/:groupLocator/roles

  10. Update roles of the matching user group. PUT {{baseUrl}}/app/rest/userGroups/:groupLocator/roles