Controls actions related to users.
Resource URL | Authorization | Description |
/v1/api/users (GET) | Admin | Gets a list of users. |
/v1/api/users (POST) | Admin | Creates a new user. |
/v1/api/users/{id} (PUT) | Admin | Updates the user specified by user ID. |
/v1/api/users/currentUser (GET) | none | Get information about the logged in user. |