POST

Bulk Approve Members


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

Call this API to:

  • Approve pending 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.
Endpoint
POST
https://www.wixapis.com/members/v1/members/bulk/approve-by-filter

Body Params
filterFilterRequired

Query options. See API Query Language (SDK | REST) for more details.

Response Object
jobIdstring

Job ID. Specify this ID when calling Get Async Job (SDK | REST) to retrieve job details and metadata.

Bulk Approve Members
Request
cURL
Response
JSON
Errors

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

Did this help?