Your user
Get your user
Get the details of your user.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
200 - application/json
The alias of the user.
The date and time when the user was created.
The email of the user. Is unique.
The handle of the user. Is unique.
The UUID of the user. Is unique.
The number of organizations of the user.
The number of spaces of the user.
The state of the user.
Available options:
verified
, unverified
, blocked
Indicates whether the email of the user has been verified.