---
title: "PATCH /me"
method: PATCH
path: "/me"
tags: ["users"]
---

# PATCH /me

`PATCH /me`

Patch the authenticated user's profile.

## Request body

- PatchMeReqBody
  - `access_request_data` unknown
  - `lang` string, nullable — Preferred language (ISO 639-1, e.g. `en`). Cannot be set to null.
  - `name` string, nullable — Display name. 1–64 characters. Cannot be set to null.
  - `phone` string, nullable — Phone number. Pass null to clear.

## Response `204`

Profile updated

- unknown

## Other responses

- `400` — Validation failed or non-nullable field set to null
- `500` — Internal server error

## Changes

- **2026-07-03** `e1c81d0f4235` — 1 warning
  - removed the request property `photo_url`
- **2026-05-18** `cd5b6fad189e` — 1 info
  - endpoint added
- **2026-03-16** `eb2c08128881` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/timbal-ai/apis/timbal-platform-api/changes/me/patch.md)

---

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