User APIs
Operations
GET
Query Users
Get a list of users.
POST
Create User
Create a new 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.
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.
DELETE
Delete User
Delete the specified user.
GET
Query User Groups
Get a list of groups that the user with the given id belongs to.
PUT
Modify User Groups
Modifies the list of groups that the user with the given id belongs to.
POST
Change Password
Modify the existing password of a local user.
POST
Take Ownership
Transfer ownership of this user's owned entities to the caller.