---
title: "Update a member's schedule"
method: PUT
path: "/members/{member_id}/schedule/{id}"
tags: ["Members"]
---

# Update a member's schedule

`PUT /members/{member_id}/schedule/{id}`

Update a member's schedule

## Path parameters

- `member_id` string, uuid, required
- `id` string, uuid, required

## Request body

- object
  - `from` string, required — Date/time in ISO 8601 format, e.g. `2026-06-01` (interpreted as UTC midnight) or `2026-06-01T09:00:00Z`. Always include a time zone designator (`Z` for UTC) when sending a time of day. Localized formats such as `01.06.2026` or `06/01/2026` are misinterpreted and must not be used.
  - `monday_am_start` string, required — Work-schedule time of day. Send a full ISO 8601 date-time — only the time of day (hours and minutes, UTC) is used; the date part is ignored (e.g. `1970-01-01T09:00:00Z` for 09:00).
  - `monday_am_end` string, required — Work-schedule time of day. Send a full ISO 8601 date-time — only the time of day (hours and minutes, UTC) is used; the date part is ignored (e.g. `1970-01-01T09:00:00Z` for 09:00).
  - `monday_pm_start` string, required — Work-schedule time of day. Send a full ISO 8601 date-time — only the time of day (hours and minutes, UTC) is used; the date part is ignored (e.g. `1970-01-01T09:00:00Z` for 09:00).
  - `monday_pm_end` string, required — Work-schedule time of day. Send a full ISO 8601 date-time — only the time of day (hours and minutes, UTC) is used; the date part is ignored (e.g. `1970-01-01T09:00:00Z` for 09:00).
  - `monday_am_enabled` boolean, required
  - `monday_pm_enabled` boolean, required
  - `monday_deduct_fullday` boolean, required
  - `tuesday_am_start` string, required — Work-schedule time of day. Send a full ISO 8601 date-time — only the time of day (hours and minutes, UTC) is used; the date part is ignored (e.g. `1970-01-01T09:00:00Z` for 09:00).
  - `tuesday_am_end` string, required — Work-schedule time of day. Send a full ISO 8601 date-time — only the time of day (hours and minutes, UTC) is used; the date part is ignored (e.g. `1970-01-01T09:00:00Z` for 09:00).
  - `tuesday_pm_start` string, required — Work-schedule time of day. Send a full ISO 8601 date-time — only the time of day (hours and minutes, UTC) is used; the date part is ignored (e.g. `1970-01-01T09:00:00Z` for 09:00).
  - `tuesday_pm_end` string, required — Work-schedule time of day. Send a full ISO 8601 date-time — only the time of day (hours and minutes, UTC) is used; the date part is ignored (e.g. `1970-01-01T09:00:00Z` for 09:00).
  - `tuesday_am_enabled` boolean, required
  - `tuesday_pm_enabled` boolean, required
  - `tuesday_deduct_fullday` boolean, required
  - `wednesday_am_start` string, required — Work-schedule time of day. Send a full ISO 8601 date-time — only the time of day (hours and minutes, UTC) is used; the date part is ignored (e.g. `1970-01-01T09:00:00Z` for 09:00).
  - `wednesday_am_end` string, required — Work-schedule time of day. Send a full ISO 8601 date-time — only the time of day (hours and minutes, UTC) is used; the date part is ignored (e.g. `1970-01-01T09:00:00Z` for 09:00).
  - `wednesday_pm_start` string, required — Work-schedule time of day. Send a full ISO 8601 date-time — only the time of day (hours and minutes, UTC) is used; the date part is ignored (e.g. `1970-01-01T09:00:00Z` for 09:00).
  - `wednesday_pm_end` string, required — Work-schedule time of day. Send a full ISO 8601 date-time — only the time of day (hours and minutes, UTC) is used; the date part is ignored (e.g. `1970-01-01T09:00:00Z` for 09:00).
  - `wednesday_am_enabled` boolean, required
  - `wednesday_pm_enabled` boolean, required
  - `wednesday_deduct_fullday` boolean, required
  - `thursday_am_start` string, required — Work-schedule time of day. Send a full ISO 8601 date-time — only the time of day (hours and minutes, UTC) is used; the date part is ignored (e.g. `1970-01-01T09:00:00Z` for 09:00).
  - `thursday_am_end` string, required — Work-schedule time of day. Send a full ISO 8601 date-time — only the time of day (hours and minutes, UTC) is used; the date part is ignored (e.g. `1970-01-01T09:00:00Z` for 09:00).
  - `thursday_pm_start` string, required — Work-schedule time of day. Send a full ISO 8601 date-time — only the time of day (hours and minutes, UTC) is used; the date part is ignored (e.g. `1970-01-01T09:00:00Z` for 09:00).
  - `thursday_pm_end` string, required — Work-schedule time of day. Send a full ISO 8601 date-time — only the time of day (hours and minutes, UTC) is used; the date part is ignored (e.g. `1970-01-01T09:00:00Z` for 09:00).
  - `thursday_am_enabled` boolean, required
  - `thursday_pm_enabled` boolean, required
  - `thursday_deduct_fullday` boolean, required
  - `friday_am_start` string, required — Work-schedule time of day. Send a full ISO 8601 date-time — only the time of day (hours and minutes, UTC) is used; the date part is ignored (e.g. `1970-01-01T09:00:00Z` for 09:00).
  - `friday_am_end` string, required — Work-schedule time of day. Send a full ISO 8601 date-time — only the time of day (hours and minutes, UTC) is used; the date part is ignored (e.g. `1970-01-01T09:00:00Z` for 09:00).
  - `friday_pm_start` string, required — Work-schedule time of day. Send a full ISO 8601 date-time — only the time of day (hours and minutes, UTC) is used; the date part is ignored (e.g. `1970-01-01T09:00:00Z` for 09:00).
  - `friday_pm_end` string, required — Work-schedule time of day. Send a full ISO 8601 date-time — only the time of day (hours and minutes, UTC) is used; the date part is ignored (e.g. `1970-01-01T09:00:00Z` for 09:00).
  - `friday_am_enabled` boolean, required
  - `friday_pm_enabled` boolean, required
  - `friday_deduct_fullday` boolean, required
  - `saturday_am_start` string, required — Work-schedule time of day. Send a full ISO 8601 date-time — only the time of day (hours and minutes, UTC) is used; the date part is ignored (e.g. `1970-01-01T09:00:00Z` for 09:00).
  - `saturday_am_end` string, required — Work-schedule time of day. Send a full ISO 8601 date-time — only the time of day (hours and minutes, UTC) is used; the date part is ignored (e.g. `1970-01-01T09:00:00Z` for 09:00).
  - `saturday_pm_start` string, required — Work-schedule time of day. Send a full ISO 8601 date-time — only the time of day (hours and minutes, UTC) is used; the date part is ignored (e.g. `1970-01-01T09:00:00Z` for 09:00).
  - `saturday_pm_end` string, required — Work-schedule time of day. Send a full ISO 8601 date-time — only the time of day (hours and minutes, UTC) is used; the date part is ignored (e.g. `1970-01-01T09:00:00Z` for 09:00).
  - `saturday_am_enabled` boolean, required
  - `saturday_pm_enabled` boolean, required
  - `saturday_deduct_fullday` boolean, required
  - `sunday_am_start` string, required — Work-schedule time of day. Send a full ISO 8601 date-time — only the time of day (hours and minutes, UTC) is used; the date part is ignored (e.g. `1970-01-01T09:00:00Z` for 09:00).
  - `sunday_am_end` string, required — Work-schedule time of day. Send a full ISO 8601 date-time — only the time of day (hours and minutes, UTC) is used; the date part is ignored (e.g. `1970-01-01T09:00:00Z` for 09:00).
  - `sunday_pm_start` string, required — Work-schedule time of day. Send a full ISO 8601 date-time — only the time of day (hours and minutes, UTC) is used; the date part is ignored (e.g. `1970-01-01T09:00:00Z` for 09:00).
  - `sunday_pm_end` string, required — Work-schedule time of day. Send a full ISO 8601 date-time — only the time of day (hours and minutes, UTC) is used; the date part is ignored (e.g. `1970-01-01T09:00:00Z` for 09:00).
  - `sunday_am_enabled` boolean, required
  - `sunday_pm_enabled` boolean, required
  - `sunday_deduct_fullday` boolean, required

## Response `200`

Successful response

- string, uuid

## Other responses

- `400` — Invalid input data
- `401` — Authorization not provided
- `403` — Insufficient access
- `404` — Not found
- `500` — Internal server error

---

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