List pending invitations
GET /api/organizations/{org_id}/members/invite
List an organization's pending invitations, including invite links. Gated on the invite permission (admins/owners): responses include each invitation's acceptance link so inviters can share it directly when no email provider is configured.
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
org_id | path | `string | null` | yes |
X-Org-Id | header | `string | null` | no |
Responses
| Status | Description |
|---|---|
200 | Successful Response |
422 | Validation Error |
Response body
| Field | Type | Required | Description |
|---|---|---|---|
items | InvitationResponse[] | yes | — |
email_delivery_configured | boolean | no | — |
auto_add_enabled | boolean | no | — |
Operation ID: list_pending_invitations_api_organizations__org_id__members_invite_get