List Clerk organization invitations
List invitations for a specific Clerk organization.
← All Clerk endpoints · Capability overview
/v1/clerk/organizations/{organization_id}/invitationshttps://api.vee3.io/v1/clerk/organizations/{organization_id}/invitations
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_invitationsParameters5 fields
clerk_instance_idstringOptionalClerk instance id (ins_...) from clerk.get_connected_accounts. Omit to use the default connected account.
organization_idstringRequiredClerk organization id (org_...) to operate on.
statusstringOptionalFilter by invitation status: pending, accepted, revoked, or expired.
limitintegerOptionalMaximum number of results to return (1–500).
Default: 10 · min 1, max 500
offsetintegerOptionalNumber of results to skip before returning.
Default: 0 · min 0
Response7 fields
invitationsarrayitems5 fieldsInvitations returned for the requested page.
invitationsarrayitemsidstringClerk organization invitation id (inv_...).
email_addressstringEmail address the invitation was sent to.
rolestringRole assigned to the invitee (e.g. org:admin, org:member).
statusstringInvitation status: pending, accepted, or revoked.
organization_idstringClerk organization id (org_...) that owns this invitation.
total_countintegerTotal number of invitations matching the filter.
HTTP errors: clerk_connection_required, clerk_connection_not_found, clerk_connection_invalid, validation_error, unauthorized, payment_required