User Management
Get UserInfo
Get own user’s information
GET
/
userinfo
Response
200 - application/json
email
string
requiredEmail address of the user
feature_ask_ai
enum<string>
Ask AI feature uses ChatGPT allowing using natural language to construct input based on the context of connections
- unavailable - the ChatGPT credentials is not available
- enabled - ChatGPT credentials is available and an administrator has provide consent to send introspection schema to GTP-4
- disabled - ChatGPT credentials is available and an administrator has not provided consent to send introspection schema to GTP-4
Available options:
unavailable
, enabled
, disabled
groups
string[]
Groups registered for this user
id
string
Unique identifier of the resource
intercom_hmac_digest
string
is_admin
boolean
DEPRECATED in flavor of role
is_multitenant
boolean
DEPRECATED is flavor of tenancy_type
name
string
Display name
org_id
string
Organization unique identifier
org_license
string
DEPRECATED in flavor of license route
org_name
string
default: JohnWickCorpOrganization 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
tenancy_type
enum<string>
The gateway tenancy type
- selfhosted - Single tenant gateway, organization is registered on gateway startup and signup is performed on login
- multitenant - Allows multiple organization through a signup process
Available options:
selfhosted
, multitenant
verified
boolean
DEPRECATED in flavor of role
webapp_users_management
enum<string>
default: onEnable or disable Webapp users management
- on - Enable the users management view on Webapp
- on - Disable the users management view on Webapp
Available options:
on
, off