removeGroupMembers( )


Removes members from a group.

The removeGroupMembers() function returns a Promise that resolves when the member is removed from the group.

Note: Only site admins and group admins can remove members from their group. However, if the suppressAuth option is set to true, all permissions are overwritten and all site members (including non-group members) can remove members from a group.

Method Declaration
Copy
Method Parameters
identifiersIdentifiersRemoveGroupMembersRequired

Group ID and member IDs.


optionsOptions

Authorization options.

Errors

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

Did this help?