List all teammates
Returns a paginated list of teammates. Supports filtering by date range and free-text search across names, emails, and roles.
Query Parameters
Page number for pagination.
Number of teammates per page.
Sort direction.
ascdescStart date filter (ISO 8601 string or Unix timestamp).
End date filter (ISO 8601 string or Unix timestamp).
Free-text search across teammate names, emails, or roles.
Responses
Paginated list of teammates
Total number of teammates matching the query.
Unique identifier of the teammate.
Object type identifier.
Email address of the teammate.
First name of the teammate.
Last name of the teammate.
ISO country code.
Unix timestamp of the last login. Null if the teammate has never logged in.
The teammate's assigned role.
accountantdevelopermarketerguestfulfilmentadministrator
customWhether the teammate has activated their account by accepting the invitation.
Granular permission object returned when the teammate has a custom role. Each key is a business area (e.g. products, invoices, customers) containing boolean flags such as view, edit, create, remove. Some areas also support resource-level overrides keyed by UUID. Null for predefined roles.
Missing or invalid API key