List Users
List all users in the caller’s organization with pagination.
Open to all staff roles (admin, office-admin, office-employee) — this is the crew management table that operations staff need daily. Role assignment (PATCH //role) is still admin-only below.
role is the locally-cached WorkOS membership role, kept fresh by the
membership webhook handlers and the hourly reconciliation worker. It’s
safe for filtering and display; authz decisions still go through the
JWT.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Filter by cached role
Filter by state
Items per page
1 <= x <= 1000Pagination cursor
Search term
200Include total count