Invite User
Inviting a user will pre configure user definitions like display name, profile picture, groups or his slack id
Body
Email address of the user
Groups registered for this user
["sre"]
Display name
"John Wick"
Local auth cases have a password
"password"
The profile picture url to display
""
The identifier of slack to send messages to users
"U053ELZHB53"
The status of the user. Inactive users cannot access the system
active
, inactive
, reviewing
, invited
Response
Email address of the user
Groups registered for this user
["sre"]
Unique identifier of the resource
Display name
"John Wick"
Local auth cases have a password
"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
admin
, standard
, unregistered
"standard"
The identifier of slack to send messages to users
"U053ELZHB53"
The status of the user. Inactive users cannot access the system
active
, inactive
, reviewing
, invited
DEPRECATED in flavor of role