User APIs
Operations
POST
Change Password
Modify the existing password of a local user.
POST
Create User
Create a new user.
DELETE
Delete User
Delete the specified user.
GET
Get User
Get a specified user by id. If the id of a service account is specified instead, a simplified view of the service account is returned instead.
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.
POST
Take Ownership
Transfer ownership of this user's owned entities to the caller.
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.