User
Number of APIs: 27
-
Get all users. GET {{baseUrl}}/app/rest/users?locator=<string>&fields=<string>
-
Get a property of the matching user. GET {{baseUrl}}/app/rest/users/:userLocator/properties/:name
-
Create a new user. POST {{baseUrl}}/app/rest/users?fields=<string>
-
Update a field of the matching user. PUT {{baseUrl}}/app/rest/users/:userLocator/:field
-
Remove the matching user from the specific group. DELETE {{baseUrl}}/app/rest/users/:userLocator/groups/:groupLocator?fields=<string>
-
Get user matching the locator. GET {{baseUrl}}/app/rest/users/:userLocator?fields=<string>
-
Update user matching the locator. PUT {{baseUrl}}/app/rest/users/:userLocator?fields=<string>
-
Delete user matching the locator. DELETE {{baseUrl}}/app/rest/users/:userLocator
-
Update groups of the matching user. PUT {{baseUrl}}/app/rest/users/:userLocator/groups?fields=<string>
-
Get a user group of the matching user. GET {{baseUrl}}/app/rest/users/:userLocator/groups/:groupLocator?fields=<string>