List Clerk organization invitations

List invitations for a specific Clerk organization.

← All Clerk endpoints · Capability overview

GET/v1/clerk/organizations/{organization_id}/invitations

https://api.vee3.io/v1/clerk/organizations/{organization_id}/invitations

5 tokens

List invitations for a specific Clerk organization.

Authorization

Send your API key in the Authorization header:

Authorization: Bearer YOUR_API_KEY

MCP

The same capability is available as an MCP tool on Vee3 hosted MCP.

Tool name

clerk.list_organization_invitations
Parameters5 fields
clerk_instance_idstringOptional

Clerk instance id (ins_...) from clerk.get_connected_accounts. Omit to use the default connected account.

organization_idstringRequired

Clerk organization id (org_...) to operate on.

statusstringOptional

Filter by invitation status: pending, accepted, revoked, or expired.

limitintegerOptional

Maximum number of results to return (1–500).

Default: 10 · min 1, max 500

offsetintegerOptional

Number of results to skip before returning.

Default: 0 · min 0

Response7 fields
invitationsarrayitems
5 fields

Invitations returned for the requested page.

idstring

Clerk organization invitation id (inv_...).

email_addressstring

Email address the invitation was sent to.

rolestring

Role assigned to the invitee (e.g. org:admin, org:member).

statusstring

Invitation status: pending, accepted, or revoked.

organization_idstring

Clerk organization id (org_...) that owns this invitation.

total_countinteger

Total number of invitations matching the filter.

HTTP errors: clerk_connection_required, clerk_connection_not_found, clerk_connection_invalid, validation_error, unauthorized, payment_required