User Management
Patch User Slack ID
Patch own user’s slack id
PATCH
/
users
/
self
/
slack
Body
*/*
slack_id
string
requiredResponse
200 - application/json
email
string
requiredEmail address of the user
groups
string[]
Groups registered for this user
id
string
Unique identifier of the resource
name
string
Display name
password
string
Local auth cases have a password
picture
string
The profile picture url to display
role
enum<string>
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
slack_id
string
The identifier of slack to send messages to users
status
enum<string>
default: activeThe status of the user. Inactive users cannot access the system
Available options:
active
, inactive
, reviewing
, invited
verified
boolean
DEPRECATED in flavor of role