List organization members
Returns every member of the organization, including each member's role, who invited them, and when they joined. Accessible to any authenticated member of the organization. Note that there is no direct create endpoint: members join exclusively through the invitation flow (POST /invitations followed by POST /invitations/{id}/accept), which requires the invitee's consent and email ownership.
Authorizations
Long-lived API token created via POST /api/api-tokens (returned once in plaintext). A token created with readOnly may only perform safe requests (GET, HEAD, OPTIONS); write requests are rejected on every endpoint.
JWT access token obtained via POST /api/auth/login. Send as: Authorization: Bearer
Parameters
Path Parameters
Organization identifier
Query Parameters
The collection page number
1The number of items per page
300100Search members by email, first name, or last name (partial match)
Filter members by their role: OWNER, MANAGER, or VIEWER
"OWNER""MANAGER""VIEWER"Responses
member collection
