Skip to main content

Get user information

Retrieve user information

Header Parameters
X-ws string REQUIRED

The UUID of the workspace

Responses
200

Successful response

Schema OPTIONAL
user object OPTIONAL
uuid string OPTIONAL

The UUID of the user

name string OPTIONAL

The name of the user

email string OPTIONAL

The email of the user

email_verified_at date-time OPTIONAL

The date and time when the email was verified

created_at date-time OPTIONAL

The creation date of the user

updated_at date-time OPTIONAL

The last update date of the user

deleted_at date-time OPTIONAL

The deletion date of the user

sub string OPTIONAL

The sub claim of the user

workspaces object[] OPTIONAL
id integer OPTIONAL

The ID of the workspace

uuid string OPTIONAL

The UUID of the workspace

name string OPTIONAL

The name of the workspace

description string OPTIONAL

The description of the workspace

current integer OPTIONAL

Indicates if the workspace is the current one

created_at date-time OPTIONAL

The creation date of the workspace

updated_at date-time OPTIONAL

The last update date of the workspace

deleted_at date-time OPTIONAL

The deletion date of the workspace

user_id integer OPTIONAL

The ID of the user associated with the workspace

current_ws string OPTIONAL

The UUID of the current workspace

workspace_settings object OPTIONAL
id integer OPTIONAL

The ID of the workspace setting

workspace_id integer OPTIONAL

The ID of the workspace

setting string OPTIONAL

The setting name

data string OPTIONAL

The setting data

created_at date-time OPTIONAL

The creation date of the workspace setting

updated_at date-time OPTIONAL

The last update date of the workspace setting

deleted_at date-time OPTIONAL

The deletion date of the workspace setting

shared_with object[] OPTIONAL
email string OPTIONAL

The email of the user the workspace is shared with

name string OPTIONAL

The name of the user the workspace is shared with