PATCH
/
user

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
handle
string

The new handle of your user. Must be unique.

alias
string | null

The new alias of your user.

email
string

The new email of your user. Must be unique.

Response

200 - application/json
id
string
required

The UUID of the user. Is unique.

handle
string
required

The handle of the user. Is unique.

alias
string | null
required

The alias of the user.

email
string
required

The email of the user. Is unique.

state
enum<string>
required

The state of the user.

Available options:
verified,
unverified,
blocked
orgs
integer
required

The number of organizations of the user.

spaces
integer
required

The number of spaces of the user.

createdAt
string
required

The date and time when the user was created.