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_id
The organization ID
Query parameters
show
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:
cursor
Pagination cursor for the next page of results
page_limit
Maximum number of invites to return per page
Response
Successfully retrieved invites
results
The list of items returned for the current page.
pagination
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