Skip to main content
PATCH
Patch User Slack ID

Body

*/*

The request body resource

slack_id
string
required
Example:

"U053ELZHB53"

Response

OK

email
string<email>
required

Email address of the user

groups
string[]

Groups registered for this user

Example:
id
string<uuid>
read-only

Unique identifier of the resource

name
string

Display name

Example:

"John Wick"

password
string

Local auth cases have a password

Example:

"mysecurepassword"

picture
string

The profile picture url to display

Example:

""

role
enum<string>
read-only

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"

slack_id
string

The identifier of slack to send messages to users

Example:

"U053ELZHB53"

status
enum<string>
default:active

The status of the user. Inactive users cannot access the system

Available options:
active,
inactive,
invited
verified
boolean
read-only

DEPRECATED in flavor of role