User

Get a user

GET/users/{id}

Returns a user by ID.

Parameters

Authorizationheaderstringrequired
Authentication credentials, e.g. Bearer <token> (bearerAuth (http bearer)).
idpathstringrequired
User identifier.

Responses

200The requested user.
idstringrequired
namestringrequired
Display name of the user.
emailstringrequired
Email address of the user.
createdAtstring
200 example
404No user with this ID exists.

Code samples

cURL
Last updated on