Users API

Get a user

GET/users/{id}

Returns a user by ID.

Headers

NameTypeDescription
AuthorizationrequiredstringAuthentication credentials, e.g. Bearer <token>.

Path parameters

NameTypeDescription
idrequiredstringUser identifier.

Responses

200The requested user.
NameTypeDescription
idrequiredstringUnique identifier for the user.
namerequiredstringDisplay name of the user.
emailrequiredstringEmail address of the user.
createdAtstringDate and time when the user was created.
200 example
404No user with this ID exists.

Code samples

cURL
Last updated on