List users
Users
List users
Get a paginated list of users.
GET
List users
All users in the organization can be viewed by project-scoped API keys
Authorizations
Use a user token to access authenticated routes. The token must be specified in the Authorization HTTP header with the following format 'Authorization: Bearer '.
Headers
A project header is required when using an organization-scoped API key.
Example:
1
A project header is required when using an organization-scoped API key.
Example:
"luminous-guiding-tower"
Query Parameters
Filter users by email. Can be specified multiple times to filter by multiple email addresses.
Page number to show
Example:
1
Number of resources to return per page
Required range:
1 <= x <= 100Example:
20
Last modified on February 12, 2026