invitation

Create a new invitation link

post/invite/create

Request body

organizationIdstring required
emailstring required

Response

Invitation link created and sent successfully

messagestring
status_codeinteger

Example response

{
  "message": "Invitation link created and sent successfully",
  "data": {
    "invitationLink": "string"
  },
  "status_code": 201
}

Changes

No recorded changes to this endpoint across all 15 revisions of this API.