POST

Bulk Update Staff Member Tags


Developer Preview

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

Synchronously updates tags (SDK | REST). for up to 100 staff members.

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

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

Body Params
idsArray <string>RequiredminItems 1maxItems 100format GUID

IDs of staff members to update tags for.


assignTagsAssignTags

Tags to add to the staff members.


unassignTagsUnassignTags

Tags to remove from the staff members.

Response Object
resultsArray <BulkUpdateStaffMemberTagsResult>minItems 1maxItems 100

List of update results.


bulkActionMetadataBulkActionMetadata

Bulk action metadata.

Bulk update staff member tags.
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?