User Management
Get UserInfo
Get own user’s information
GET
/
userinfo
Response
200 - application/json
Email address of the user
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 registered for this user
Unique identifier of the resource
DEPRECATED in flavor of role
DEPRECATED is flavor of tenancy_type
Display name
Organization unique identifier
DEPRECATED in flavor of license route
Organization name
Local auth cases have a 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
Available options:
admin
, standard
, unregistered
The identifier of slack to send messages to users
The status of the user. Inactive users cannot access the system
Available options:
active
, inactive
, reviewing
, invited
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
DEPRECATED in flavor of role
Enable 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