User Management
Get User
Get user by email or subject id
GET
/
users
/
{emailOrID}
Path Parameters
The subject identifier or email of the user
Response
200 - application/json
Email address of the user
Groups registered for this user
Unique identifier of the resource
Display name
Local auth cases have a password
The profile picture url to display
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
The identifier of slack to send messages to users
The status of the user. Inactive users cannot access the system
Available options:
active
, inactive
, reviewing
, invited
DEPRECATED in flavor of role