List users
Returns workspace users using cursor pagination ordered by updated_at descending by default.
Authentication
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
Free-text search string matched against user full names and email addresses. This does not search job titles, roles, or other profile fields.
Sort order for the list. Defaults to updated_at:desc.
Return resources updated strictly after the provided ISO-8601 UTC timestamp.
Return resources updated at or after the provided ISO-8601 UTC timestamp.
Return resources updated strictly before the provided ISO-8601 UTC timestamp.
Return resources updated at or before the provided ISO-8601 UTC timestamp.
Response headers
Maximum number of authenticated requests allowed for the workspace in the current 60-second window. The limit is 1000 and applies to all /api/v2 resource routes (GET, POST, PATCH, and DELETE), shared across every credential for the workspace.
Unix epoch seconds when the current rate-limit window resets.