bulkApproveMembers( )


Changes status of multiple members to APPROVED, and gives access to members-only pages.

Call this API to:

  • Approve peding members.
  • Unblock blocked members.
Authentication

You can only call this method when authenticated as a Wix app or Wix user identity.

Permissions
Manage Members
Learn more about app permissions.
Method Declaration
Copy
Method Parameters
filteranyRequired

Query options. See API Query Language for more details.

Returns
Return Type:Promise<BulkApproveMembersResponse>
Did this help?