Group Rules Object

Guidelines ensuring that members post responsibly and respectfully. Site owners can set up Group Rules in the dashboard.

Note: Only admins can update the group rules.

Properties
rulesArray <GroupRule>maxItems 100
Group rules.
Was this helpful?
Yes
No

PutCreate Or Replace All Rules

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 rules if no rules have been set up. Otherwise, replaces all existing rules.

Note: Only admins can create or replace rules.

Note: This endpoint requires visitor or member authentication.

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

Event TriggersThis method triggers the following events:
Was this helpful?
Yes
No

GetList Rules

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 rules.

Note: This endpoint requires visitor or member authentication.

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

Was this helpful?
Yes
No

Group Rules Updated

Developer Preview

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

Triggered when rules are updated.

Event BodyEvent Body Event data is received as a JSON Web Token (JWT). It may be delayed. Be sure to verify the data was sent by Wix.
Event Data
idstring
Unique event ID. Allows clients to ignore duplicate webhooks.

entityFqdnstring
Fully qualified domain name of the entity associated with the event. Expected wix.social_groups.v2.group_rules.

slugstring
Event name. Expected updated.

entityIdstring
ID of the entity associated with the event.

eventTimestringformat date-time
Event timestamp.

triggeredByAnonymizeRequestboolean
Whether the event was triggered as a result of a privacy regulation application (for example, GDPR).

originatedFromstring
If present, indicates the action that triggered the event.

updatedEventobject
Event information.
Was this helpful?
Yes
No