---
title: "User Tz Edit"
method: PATCH
path: "/users/profile"
tags: ["USER"]
deprecated: true
---

# User Tz Edit

`PATCH /users/profile`

> **Deprecated.**

## Headers

- `x-tenant` string

## Request body

- UserSelfUpdate
  - `tz` string, nullable

## Response `200`

Successful Response

- UserSelfResponse
  - `id` integer, required
  - `uuid` string, uuid, required
  - `first_name` string, nullable
  - `last_name` string, nullable
  - `email` string, required
  - `phone` string, nullable
  - `is_active` boolean, required
  - `is_verified` boolean, required
  - `is_invited` boolean, required
  - `is_onboarded` boolean, required
  - `created_at` string, required
  - `role_title` string, nullable
  - `display_name` string, nullable
  - `attributes` object, nullable
  - `tz` string, nullable

## Other responses

- `400` — Invalid request
- `403` — Operation not allowed
- `404` — User not found
- `422` — Validation Error

---

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