---
title: "Users:Patch Current User"
method: PATCH
path: "/api/users/me"
tags: ["users"]
---

# Users:Patch Current User

`PATCH /api/users/me`

## Request body

- UserUpdate
  - `password` string, nullable
  - `email` string, email, nullable
  - `is_active` boolean, nullable
  - `is_superuser` boolean, nullable
  - `is_verified` boolean, nullable

## Response `200`

Successful Response

- UserRead
  - `id` string, uuid, required
  - `email` string, email, required
  - `is_active` boolean
  - `is_superuser` boolean
  - `is_verified` boolean

## Other responses

- `400` — Bad Request
- `401` — Missing token or inactive user.
- `422` — Validation Error

---

[API](https://skmtc.net/okio-ai/apis/nendo-server.md) · [All operations](https://skmtc.net/okio-ai/apis/nendo-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/okio-ai/nendo-server/versions/a044a48565cb/schema)
