---
title: "Init Timezone"
method: POST
path: "/api/v1/experts/init-timezone"
tags: ["Experts"]
---

# Init Timezone

`POST /api/v1/experts/init-timezone`

Set default 9am-8pm Mon-Sun schedule if the expert has none yet.

Called by the frontend on first login with the device timezone.
No-op if the expert already has a work schedule configured.

## Request body

- InitTimezoneRequest
  - `timezone` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/humwork/apis/humwork-ai.md) · [All operations](https://skmtc.dev/humwork/apis/humwork-ai/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/humwork/humwork-ai/revisions/38d9dc5f27e6/schema)
