Create Clerk organization invitations
Invite one or more email addresses to join a Clerk organization with specific roles.
← All Clerk endpoints · Capability overview
/v1/clerk/organizations/{organization_id}/invitationshttps://api.vee3.io/v1/clerk/organizations/{organization_id}/invitations
Invite one or more email addresses to join a Clerk organization with specific roles.
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.create_organization_invitationsParameters3 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.
invitationsarrayRequiredOne or more invitation objects. Each item requires email_address (string) and role (string, e.g. org:admin, org:member).
Response6 fields
invitationsarrayitems5 fieldsCreated invitation summaries.
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.
HTTP errors: clerk_connection_required, clerk_connection_not_found, clerk_connection_invalid, validation_error, unauthorized, payment_required