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 Example:
"communityMemberInvite"
Type of target entity
Available options:
community 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
Example:
["user123", "user456", "user789"]