User Management
Invite User
Inviting a user will pre configure user definitions like display name, profile picture, groups or his slack id
POST
/
users
Body
application/json
Email address of the user
Groups registered for this user
Display name
Local auth cases have a password
The profile picture url to display
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
Response
201 - 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