bulkInvite( )


Developer Preview

This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.

Creates and sends emails inviting potential site contributors to become contributors in the requesting site.

Important: This call requires an account level API key and cannot be authenticated with the standard authorization header. API keys are currently available to selected beta users only.

Method Declaration
Copy
Method Parameters
policyIdsArray<string>Required

Role IDs, referred to as policy IDs, to assign to the contributors.


optionsBulkInviteOptions

Filter options.

Returns
Return Type:Promise<BulkSiteInviteResponse>
Did this help?