Skip to main content
POST
Sends an email invitation to join your organization (business). When the invited user clicks the link:
  1. They are taken to the sign-up page
  2. After creating an account, they are automatically added to the organization
  3. They are redirected to the dashboard

Request Body

string
required
The Clerk organization ID
string
required
Email address to invite
string
default:"org:member"
Role for the invited user: "org:admin" or "org:member"
string
URL to redirect after signup (defaults to /dashboard)

Response

string
"success" if invitation was sent
string
Human-readable confirmation message
string
Clerk invitation ID for tracking