---
title: "Update Timezone"
method: PATCH
path: "/profile"
tags: ["Profile API"]
---

# Update Timezone

`PATCH /profile`

Update the timezone setting for the user profile. Use IANA timezone format (e.g., America/New_York). Optional `on-behalf-of` header allows parent accounts to update the timezone for their sub-accounts.

## Headers

- `on-behalf-of` string

## Request body

- object
  - `time_zone` string, required

## Response `200`

Timezone updated successfully

- object
  - `message` string, required

## Other responses

- `400` — Invalid timezone provided

---

[API](https://skmtc.dev/netcorecloud/apis/email-api-v6.md) · [All operations](https://skmtc.dev/netcorecloud/apis/email-api-v6/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/netcorecloud/email-api-v6/revisions/73f83bc2eff8/schema)
