createOrReplaceAllMembershipQuestions( )


Creates membership questions if none have been set up. Otherwise, replaces all existing questions.

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

Note: This endpoint requires visitor or member authentication.

Method Declaration
Copy
Method Parameters
groupIdstringRequired

Group ID.


optionsCreateOrReplaceAllMembershipQuestionsOptions
Returns
Return Type:Promise<CreateOrReplaceAllMembershipQuestionsResponse>
Errors

This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?