clerk.create_organization_invitations
Invite one or more email addresses to join a Clerk organization with specific roles.
Call clerk.get_connected_accounts first. Pass clerk_instance_id to target a specific connection, or omit it to use the default account.
Returns the list of created invitation summaries.
Cost = 10 tokens.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| invitations | Yes | One or more invitation objects. Each item requires email_address (string) and role (string, e.g. org:admin, org:member). | |
| organization_id | Yes | Clerk organization id (org_...) to operate on. | |
| clerk_instance_id | No | Clerk instance id (ins_...) from clerk.get_connected_accounts. Omit to use the default connected account. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| invitations | No | Created invitation summaries. |