---
title: "Update Current User"
method: PUT
path: "/auth/user"
tags: ["auth"]
---

# Update Current User

`PUT /auth/user`

## Request body

- UserUpdatePublic
  - `first_name` string, nullable
  - `last_name` string, nullable
  - `loading_animation` 'cascade' | 'ripple' | 'spiral' | 'rain' | 'breathe' | 'pineapple', nullable

## Response `200`

Successful Response

- UserRead — All fields inherited
  - `id` string, uuid, required
  - `email` string, required
  - `first_name` string, nullable
  - `middle_name` string, nullable
  - `last_name` string, nullable
  - `stytch_member_id` string, nullable
  - `stytch_organization_id` string, nullable
  - `role` 'SUPER_ADMIN' | 'USER'
  - `loading_animation` 'cascade' | 'ripple' | 'spiral' | 'rain' | 'breathe' | 'pineapple', nullable

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-03** `d65b8fefae34` — 2 info
  - added the optional property `detail/items/ctx` to the response with the `422` status
  - added the optional property `detail/items/input` to the response with the `422` status

[Change history](https://skmtc.dev/getanana/apis/cleon-api/changes/auth/user/put.md)

---

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