Invite one or more users as guests with access to specific content

Sends guest invitations to the specified email addresses, granting them access to the specified content. For each email: if the user does not already exist, a new guest account is created with PendingInvitation status. An invitation email is sent to each recipient.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
required

The ID of the content to grant access to

string
required

The ID of the content definition

string
required

The ID of the user sending the invitation

emails
array of objects
required

Array of email addresses to invite

emails*
string
required

The content security attribute (e.g., "Undefined", "Guest", "Demo")

Responses
200

Success

400

The request is null, Emails is empty, or ContentDefinitionId is missing

401

The caller is not authenticated

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here!