POST

Bulk Update Staff Member Tags By Filter


Developer Preview

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

Asynchronously updates tags (SDK | REST). for staff members, given the provided filtering.

If you specify a tag both in assignTags and unassignTags, the call succeeds and the tag is assigned.

Filter

Refer to the supported filters article (REST) for a complete list of supported filters and sorting options.

Authentication

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

Permissions
Manage Bookings - all permissions
Manage Bookings
Learn more about app permissions.
Endpoint
POST
https://www.wixapis.com/bookings/v1/bulk/staff-members/update-tags-by-filter

Body Params
filterstructRequired

Filter to base the update upon. See the supported filters article (SDK | REST) for a complete list of supported filters.


assignTagsAssignTags

Tags to add to the staff members.


unassignTagsUnassignTags

Tags to remove from the staff members.

Response Object
jobIdstringformat GUID

Job ID for the bulk update operation.

Bulk update staff member tags by filter.
Request
cURL
Response
JSON
Errors

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

Event TriggersThis method triggers the following events:
Did this help?