---
title: "Update User Availability Timezone"
method: PATCH
path: "/calendars/users/{user_id}/availability-timezone"
tags: ["Calendar"]
---

# Update User Availability Timezone

`PATCH /calendars/users/{user_id}/availability-timezone`

Update the availability timezone for a specific user.

- **user_id**: The ID of the user
- **timezone**: The new timezone (e.g., "America/New_York")

## Path parameters

- `user_id` string, uuid, required

## Query parameters

- `timezone` string, required — Timezone (e.g., 'America/New_York')

## Response `200`

Successful Response

- UpdateTimezoneResponse — Response model for updating timezone
  - `message` string, required
  - `timezone` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/openintake/apis/fastapi.md) · [All operations](https://skmtc.dev/openintake/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openintake/fastapi/revisions/b642b91e0a5c/schema)
