List users
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Max items per page (1-100, default 20).
1 <= x <= 100Opaque page cursor — the cursor query value found inside a prior response's next/previous URL. Normally you never build this yourself: just GET those URLs as-is.
Order by createdAt / -createdAt.
createdAt, -createdAt Inline: companies, memberships, memberships.company.
companies, memberships, memberships.company Filter to a user with this email.
^(?!\.)(?!.*\.\.)([A-Za-z0-9_'+\-\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\-]*\.)+[A-Za-z]{2,}$Filter to users in this company.
Filter to users in this segment.
Only items created at or after this time — ISO date or datetime WITH timezone. A date-only value starts at that day's first instant (UTC).
Only items created at or before this time — ISO date or datetime WITH timezone. A date-only value includes the ENTIRE day (up to its last instant, UTC).
Response
List of users