Membership Question Object

Question asked to members when joining a group. Site owners can set whether it is required to answer the question in the dashboard.

Note: Only admins can create or update membership questions.

Properties
idstringRead-onlyformat GUID
Question ID.

requiredboolean
Whether a member must answer this question when joining the group.

textstringminLength 1maxLength 300
Question text.
Was this helpful?
Yes
No

PutCreate Or Replace All Membership Questions

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.

Endpoint
PUT
https://www.wixapis.com/social-groups-proxy/questions/v2/membership-questions/{groupId}

Was this helpful?
Yes
No

GetList Membership Questions

Developer Preview

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

Retrieves the membership questions for the given group.

Note: This endpoint requires visitor or member authentication.

Endpoint
GET
https://www.wixapis.com/social-groups-proxy/questions/v2/membership-questions/{groupId}

Was this helpful?
Yes
No

PostList Answers

Developer Preview

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

Retrieves the answers to the membership questions, given the provided filters.

Note: This endpoint requires visitor or member authentication.

Endpoint
POST
https://www.wixapis.com/social-groups-proxy/questions/v2/membership-questions/{groupId}/answers

Was this helpful?
Yes
No