GET
/
user

Authorizations

Authorization
string
header
required

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

Response

200 - application/json
alias
string | null
required

The alias of the user.

createdAt
string
required

The date and time when the user was created.

email
string
required

The email of the user. Is unique.

handle
string
required

The handle of the user. Is unique.

id
string
required

The UUID of the user. Is unique.

orgs
integer
required

The number of organizations of the user.

spaces
integer
required

The number of spaces of the user.

state
enum<string>
required

The state of the user.

Available options:
verified,
unverified,
blocked
emailVerified
boolean

Indicates whether the email of the user has been verified.