List Users
Returns a list of Users in your Organization. Results are sorted, with the most recent appearing first.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
limit
The maximum number of results to return. Defaults to 50. Minimum is 1. Maximum is 100.
sort
Sort the results by created or updated. Defaults to ‘created_desc’. Possible values are created_asc, created_desc, updated_asc, updated_desc.
Allowed values:
createdAt.gt
Greater than filter for createdAt timestamp. Format is ISO 8601.
createdAt.lt
Less than filter for createdAt timestamp. Format is ISO 8601.
updatedAt.gt
Greater than filter for updatedAt timestamp. Format is ISO 8601.
updatedAt.lt
Less than filter for updatedAt timestamp. Format is ISO 8601.
username
Filter by a user’s username
email
Filter by a user’s email
nextToken
The next pagination token.
Response
This endpoint returns an object.
data
url
nextToken