---
title: "PATCH /v1/user/me"
method: PATCH
path: "/v1/user/me"
tags: ["User"]
---

# PATCH /v1/user/me

`PATCH /v1/user/me`

## Request body

- UpdateUserAccountInfoDto
  - `fcmToken` string, required — The user FCM token
  - `useExplicitContent` boolean, required — Whether the user allows explicit content
  - `timezone` string, required — The user timezone
  - `language` string, required — The user language
  - `locale` string — The user locale for UI localization. Supported: en-US, es-419, pt-BR, fr-FR, de-DE, ja-JP, ko-KR, zh-Hans, it-IT, nl-NL, sv-SE, tr-TR, ar, hi, id, th, vi
  - `name` string, required — The user name
  - `notificationsEmail` string, nullable — Email address used for subscription and account notifications. Pass null to clear.
  - `useGiftSuggestions` boolean — Whether the user has gift suggestions enabled
  - `onboardingCompleted` boolean — Set to true when the user finishes the first-run onboarding flow. One-way: once recorded it cannot be unset.

## Response `200`

---

[API](https://skmtc.dev/miaai/apis/backend-template-api.md) · [All operations](https://skmtc.dev/miaai/apis/backend-template-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/miaai/backend-template-api/revisions/2a8d88a5124f/schema)
