Skip to main content

Create an email-bound invite and send it

POST 

/api/v1/organizations/invites/email

Create an invite restricted to a specific email address and send it.

The invite only accepts the specified data.email. If email delivery fails the invite is deleted and 500 is returned.

  • 400 if the org is at its max-member capacity or the requested role is above the caller's privilege.
  • Rate limit: 10 / hour / user (org_admin tier).
  • API-key scope required: members:invite.

Request

Responses

Successful Response