bulkUpdateStaffMemberTags( )


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.

Method Declaration
Copy
Method Parameters
idsArray<string>Required

IDs of staff members to update tags for.


optionsBulkUpdateStaffMemberTagsOptions
Returns
Return Type:Promise<BulkUpdateStaffMemberTagsResponse>
Errors

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

Did this help?