Skip to main content
POST
/
organizations
/
{organization_id}
/
invites
Create Organization Invite
curl --request POST \
  --url https://api.example.com/organizations/{organization_id}/invites

POST /organizations//invites

Creates an invite for a workspace or organization collaborator.

Notes

  • The request body defines the target email and requested role.
  • Use the returned token in your own delivery flow or accept it directly with the companion invite-accept endpoint.