---
title: "Update Timezone"
method: POST
path: "/api/organization/timezone"
tags: ["organization"]
---

# Update Timezone

`POST /api/organization/timezone`

Update the organization's timezone.

Accepts IANA timezone names like 'America/New_York', 'Europe/London', etc.

## Request body

- UpdateTimezoneRequest — Request model for updating timezone
  - `timezone` string, required — IANA timezone name (e.g., 'America/New_York', 'Europe/London')

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/every/apis/every-api.md) · [All operations](https://skmtc.net/every/apis/every-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/every/every-api/versions/9744001af85d/schema)
