Organizations

Create Organization Invitation

Invite a user to the current organization. Idempotent for existing pending invites by email.

post/v1/organizations/invitations

Request body

emailstring required

Invitee email

role_slug'admin' | 'member'

Organization role slug for the invited member

Response

Successful Response

already_existsboolean

True when a pending invite already exists for this email

Changes