Users
Get a user
Get the details of a user.
GET
/
users
/
{user}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
user
string
requiredThe handle of the user.
Response
200 - application/json
id
string
requiredThe UUID of the user. Is unique.
handle
string
requiredThe handle of the user. Is unique.
alias
string | null
requiredThe alias of the user.
email
string
requiredThe email of the user. Is unique.
state
enum<string>
requiredThe state of the user.
Available options:
verified
, unverified
, blocked
orgs
integer
requiredThe number of organizations of the user.
spaces
integer
requiredThe number of spaces of the user.
createdAt
string
requiredThe date and time when the user was created.