Skip to main content
POST
/
guest-invitations
Error
A valid request URL is required to generate request examples
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "host_organization_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "email": "jsmith@example.com",
  "first_invitation_sent_at": "2023-11-07T05:31:56Z",
  "last_invitation_sent_at": "2023-11-07T05:31:56Z",
  "expired_at": "2023-11-07T05:31:56Z",
  "expired": true,
  "status": "sent",
  "invitation_token": "<string>",
  "archived": true,
  "created_at": "2023-11-07T05:31:56Z",
  "updated_at": "2023-11-07T05:31:56Z",
  "accepted_at": "2023-11-07T05:31:56Z",
  "archived_at": "2023-11-07T05:31:56Z",
  "parent_organization_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "parent_organization_name": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Requester-Organization-ID
string<uuid>
required

The unique identifier of the organization making the request. This ID is used to authorize the requester within the system.

Target-Organization-ID
string<uuid>
required

The unique identifier of the organization that is the target of the request. The Target-Organization-ID may match the Requester-Organization-ID if the requester accesses their own resources. If the Target-Organization-ID differs from the Requester-Organization-ID, the requester can access third-party resources if the requester has a connection with the target organization and is authorized to perform such actions.

Body

application/json
email
string<email>
required
Required string length: 3 - 100
expired_at
string<date-time>
required
parent_organization_id
string<uuid> | null

Response

Successful Response

id
string<uuid>
required
host_organization_id
string<uuid>
required
email
string<email>
required
Required string length: 3 - 100
first_invitation_sent_at
string<date-time>
required
last_invitation_sent_at
string<date-time>
required
expired_at
string<date-time>
required
expired
boolean
required
status
enum<string>
required
Available options:
sent,
accepted_by_guest,
accepted_by_system
invitation_token
string
required
Required string length: 10 - 2000
archived
boolean
required
created_at
string<date-time>
required
updated_at
string<date-time>
required
accepted_at
string<date-time> | null
archived_at
string<date-time> | null
parent_organization_id
string<uuid> | null
parent_organization_name
string | null
Required string length: 1 - 300