GET
/
users

Response

200 - application/json
email
string
required

Email address of the user

groups
string[]

Groups registered for this user

id
string

Unique identifier of the resource

name
string

Display name

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: active

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

Available options:
active,
inactive
verified
boolean

DEPRECATED in flavor of role