Create invitations
Invitation
Create invitations
Creates new invitations for the specified users to join a target entity (community, group, or event).
POST
Create invitations
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Create invitation request payload
Type of invitation to create
Available options:
communityMemberInvite, livestreamCohostInvite Example:
"communityMemberInvite"
Type of target entity
Available options:
community, room Example:
"community"
ID of the target entity (community, group, etc.)
Required string length:
1 - 900Example:
"68583742eae5300158b6d144"
Array of user IDs to invite
Required array length:
1 - 1000 elementsUser ID to invite
Required string length:
1 - 50Example:
["user123", "user456", "user789"]