---
title: "PATCH /v1/users/me — update display name or avatar."
method: PATCH
path: "/v1/users/me"
tags: ["users"]
---

# PATCH /v1/users/me — update display name or avatar.

`PATCH /v1/users/me`

## Request body

- UpdateMeRequest — PATCH /v1/users/me
  - `avatar_url` string, nullable
  - `display_name` string, nullable

## Response `200`

Profile updated

- User — An active registered human user. Repository methods returning this type exclude soft-deleted rows, so email is always present. Use [`UserRecord`] for lookups that include tombstones.
  - `avatar_url` string, nullable
  - `created_at` string, date-time, required
  - `display_name` string, nullable
  - `email` string, required
  - `email_verified` boolean, required
  - `id` string, uuid, required
  - `status` 'active' | 'suspended' | 'pending_verification', required — User account status.
  - `updated_at` string, date-time, required

## Other responses

- `401` — Unauthorized

---

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