List Organization Invites

List invites for the organization with optional filtering by status. Use the `show` parameter to filter invites: - **pending**: Only unaccepted invites (default) - **accepted**: Only accepted invites - **all**: All invites regardless of status This endpoint is useful for: - Managing pending invitations - Auditing who has accepted invites - Resending or revoking invites

Authentication

AuthorizationBearer

API key or access token, sent as Authorization: Bearer <token>. The simplest option: create an API key in your dashboard under Settings, then paste it here.

OR
AuthorizationBearer

API key or access token, sent as Authorization: Bearer <token>. The simplest option: create an API key in your dashboard under Settings, then paste it here.

Path parameters

org_idstringRequiredformat: "uuid"
The organization ID

Query parameters

showenumOptionalDefaults to pending
Filter invites by acceptance status. **Values:** - `pending` (default) - Invites not yet accepted - `accepted` - Invites that have been accepted - `all` - All invites regardless of status
Allowed values:
cursorstring or nullOptionalformat: "uuid"
Pagination cursor for the next page of results
page_limitintegerOptional1-100Defaults to 100
Maximum number of invites to return per page

Response

Successfully retrieved invites
resultslist of objects
The list of items returned for the current page.
paginationobject or nullOptional
Contains pagination information for the result set.

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
422
Unprocessable Entity Error
500
Internal Server Error