v2

latestSwagger 2.02026-08-0610101.9 MB
Invitations

Create invitation

POST creates a new invitation to the organization.

Sends an email invitation to join the organization to the specified email-address.

post/v0/organizations/{organization-id}/invitations

Path parameters

organization-idstring required

Request body

email-addressstring required

Example request

{
  "email-address": "user@example.com"
}

Response

Created