User

get all users

get

This can only be done by a logged in user who has the required privileges.

Query parameters
metabooleanOptional

Set to true to receive response in data/meta format

Responses
chevron-right
200

List all users

application/json
get
/api/users
200

List all users

get a user by id

get

This can only be done by a logged in user who has the required privileges.

Path parameters
idstringRequired

ID of user to use

Responses
chevron-right
200

User data

application/json
get
/api/users/{id}
200

User data

Last updated