Current user

Make updates to the user to which the login token was issued.

Get profile

get

Retrieve the profile of the currently logged in user.

Authorizations
AuthorizationstringRequired

Provide the token that is returned upon login

Responses
chevron-right
200

OK

application/json

A user on the platform.

idstring · uuidRequired

ID of the user

statusstring · enumRequired

The status of the user

Default: pendingPossible values:
namestringRequired

The display name for the user

biostringOptional

The user's description

activeSessionsintegerRequired

The number of logged in session for the user.

createdAtstring · date-timeRequired

When the user was created.

updatedAtstring · date-timeRequired

When the user was last updated.

defaultEmailstringOptional

The default email of the user in the list of emails.

avatarUrlstringOptional

URL to the user's profile picture.

phoneNumberone ofOptional
string · phone-numberOptional
or
string · enumOptionalPossible values:
localestring · locale-bcp47Optional
timezonestring · timezoneOptional

The default timezone for the user.

get
/me

Update profile

patch

Update the profile of the currently logged in user.

Authorizations
AuthorizationstringRequired

Provide the token that is returned upon login

Body
namestringOptional

The display name for the user

biostringOptional

The user's description

avatarUrlstringOptional

URL to the user's profile picture.

localestring · locale-bcp47Optional
timezonestring · timezoneOptional

The default timezone for the user.

Responses
chevron-right
200

OK

application/json

A user on the platform.

idstring · uuidRequired

ID of the user

statusstring · enumRequired

The status of the user

Default: pendingPossible values:
namestringRequired

The display name for the user

biostringOptional

The user's description

activeSessionsintegerRequired

The number of logged in session for the user.

createdAtstring · date-timeRequired

When the user was created.

updatedAtstring · date-timeRequired

When the user was last updated.

defaultEmailstringOptional

The default email of the user in the list of emails.

avatarUrlstringOptional

URL to the user's profile picture.

phoneNumberone ofOptional
string · phone-numberOptional
or
string · enumOptionalPossible values:
localestring · locale-bcp47Optional
timezonestring · timezoneOptional

The default timezone for the user.

patch
/me

Delete profile

delete

Delete the profile of the currently logged in user. Essentially deleting your account with the platform.

Authorizations
AuthorizationstringRequired

Provide the token that is returned upon login

Responses
delete
/me
202

OK

No content

Last updated

Was this helpful?