---
title: "Update the schedule of an employee"
method: POST
path: "/v1/employees/{employee_id}/schedules"
---

# Update the schedule of an employee

`POST /v1/employees/{employee_id}/schedules`

This API helps you to add, edit, or delete the schedule of the specified employee for any one particular day at a time.

You cannot use this API to simultaneously update the employee's schedule for multiple days.

You must provide appropriate data for the `employee_id` parameter.

Note: Before using this API, you must first call the `GET Retrieve the schedules of employees of a center` API. After you retrieve the `schedule_id` for the required employee, you can then use that unique `schedule_id` to update the employee's schedule for a specific day.

## Path parameters

- `employee_id` string, required

## Request body

- object
  - `RAW_BODY` string

## Response `200`

200

- object
  - `success` boolean
  - `error` unknown

## Other responses

- `400` — 400

---

[API](https://skmtc.net/zenoti/apis/zenoti-authentication.md) · [All operations](https://skmtc.net/zenoti/apis/zenoti-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zenoti/zenoti-authentication/revisions/e628f892391a/schema)
