Users
Get a user
Get the details of a user.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The handle of the user.
Required string length:
1 - 50
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.