User APIs
Operations
POST
Create User
Create a new user.
DELETE
Delete User
Delete the specified user.
GET
Get User
Get a specified user by id.
GET
Query User Groups
Get a list of groups that the user with the given id belongs to.
GET
Query Users
Get a list of users.
PUT
Update User
Modify the details of a user. A non-administrator user may only modify their own password. An administrator can edit any user.