User

Number of APIs: 27

  1. Get all users. GET {{baseUrl}}/app/rest/users?locator=<string>&fields=<string>

  2. Get a property of the matching user. GET {{baseUrl}}/app/rest/users/:userLocator/properties/:name

  3. Create a new user. POST {{baseUrl}}/app/rest/users?fields=<string>

  4. Update a field of the matching user. PUT {{baseUrl}}/app/rest/users/:userLocator/:field

  5. Remove the matching user from the specific group. DELETE {{baseUrl}}/app/rest/users/:userLocator/groups/:groupLocator?fields=<string>

  6. Get user matching the locator. GET {{baseUrl}}/app/rest/users/:userLocator?fields=<string>

  7. Update user matching the locator. PUT {{baseUrl}}/app/rest/users/:userLocator?fields=<string>

  8. Delete user matching the locator. DELETE {{baseUrl}}/app/rest/users/:userLocator

  9. Update groups of the matching user. PUT {{baseUrl}}/app/rest/users/:userLocator/groups?fields=<string>

  10. Get a user group of the matching user. GET {{baseUrl}}/app/rest/users/:userLocator/groups/:groupLocator?fields=<string>