List users
Returns workspace users using cursor pagination ordered by updated_at descending by default.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
limit
Maximum number of results to return. Defaults to 25 and is capped at 100.
cursor
Opaque cursor from a previous list response.
search
Free-text search string matched against user full names and email addresses. This does not search job titles, roles, or other profile fields.
order_by
Sort order for the list. Defaults to updated_at:desc.
Allowed values:
filter[updated_at][gt]
Return resources updated strictly after the provided ISO-8601 UTC timestamp.
filter[updated_at][gte]
Return resources updated at or after the provided ISO-8601 UTC timestamp.
filter[updated_at][lt]
Return resources updated strictly before the provided ISO-8601 UTC timestamp.
filter[updated_at][lte]
Return resources updated at or before the provided ISO-8601 UTC timestamp.
Response headers
X-Api-Version
Response
Paginated users list.
object
Allowed values:
data
has_more
next_cursor
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
429
Too Many Requests Error
500
Internal Server Error