List an organization's invitations
Returns every invitation belonging to the organization, in any status (pending, accepted, declined, expired, cancelled), newest first unless an order parameter is given. Filter by status to list only one lifecycle state, and by q to match the invitee's email. On these org-scoped endpoints the inviter is exposed as an organization-member IRI via the "invitedBy" field.
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
300100Filter by invitation status: pending, accepted, declined, expired or cancelled. Without it the collection spans every status, so a team page showing pending invites should ask for pending.
"pending""accepted""declined""expired""cancelled"Partial, case-insensitive match on the invitee's email address.
Sort by creation time. Accepts asc or desc (defaults to newest first).
"asc""desc""ASC""DESC"Responses
invitation collection
