User Management
List Users
List all users
GET
Response
200
application/json
OK
Email address of the user
Groups registered for this user
Example:
["sre"]
Unique identifier of the resource
Display name
Example:
"John Wick"
Local auth cases have a password
Example:
"password"
The profile picture url to display
Example:
""
Permission related to the user
- admin - Has super privileges and has access to any resource in the system
- standard - Grant access to standard routes.
- unregistered - Grant access to unregistered routes. It's a transient state where the user is authenticated but is not registered. This state is only available for multi tenant environments
Available options:
admin
, standard
, unregistered
Example:
"standard"
The identifier of slack to send messages to users
Example:
"U053ELZHB53"
The status of the user. Inactive users cannot access the system
Available options:
active
, inactive
, reviewing
, invited
DEPRECATED in flavor of role