POST

Assign Working Hours Schedule


Updates a staff member's working hours based on the specified schedule ID.

Default working hours

By default, staff members work during the opening hours of the business's default location.

Schedule ID

You can specify either the ID of the business's working hour schedule or the staff member's event schedule. The call fails if you specify a different schedule ID.

Staff event schedule

To customize a staff member's working hours, specify their event schedule ID as scheduleId. Refer to this sample flow for more details.

Business working hour schedule

To reset a staff member's working hours to the default business hours, specify the ID of the business working hour schedule as scheduleId.

Authentication

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

Permissions
Manage Bookings
Learn more about app permissions.
Endpoint
POST
https://www.wixapis.com/bookings/v1/staff-members/{staffMemberId}/assign-working-hours-schedule

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?