Users API

List users

GET/users

Returns a paginated list of users.

Headers

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

Query parameters

NameTypeDescription
limitintegerMaximum number of results to return.Default: 20
offsetintegerNumber of results to skip.

Responses

200A list of users.
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

Code samples

cURL
Last updated on