createOrReplaceAllMembershipQuestions( )


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 membership questions if none have been set up. Otherwise, replaces all existing questions.

Notes:

  • Only admins can create or replace membership questions.
  • Providing an empty array means that members won't have to answer any question when joining the group.

Note: This endpoint requires visitor or member authentication.

Method Declaration
Copy
Method Parameters
groupIdstringRequired

Group ID.


optionsCreateOrReplaceAllMembershipQuestionsOptions
Returns
Return Type:Promise<CreateOrReplaceAllMembershipQuestionsResponse>
Did this help?