---
title: "Update the authenticated cloud user profile"
method: PUT
path: "/api/user"
tags: ["user"]
---

# Update the authenticated cloud user profile

`PUT /api/user`

[cloud-only] Updates the profile information for the currently authenticated user.

## Request body

- object
  - `display_name` string
  - `avatar_url` string, uri

## Response `200`

Updated profile

- CloudUser — [cloud-only] A cloud-authenticated user profile.
  - `id` string, required
  - `email` string, email, required
  - `display_name` string
  - `avatar_url` string, uri
  - `created_at` string, date-time

## Other responses

- `400` — Bad request
- `401` — Unauthorized

## Changes

- **2026-05-08** `c9640fded659` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/comfy-org/apis/comfyui-api/changes/api/user/put.md)

---

[API](https://skmtc.dev/comfy-org/apis/comfyui-api.md) · [All operations](https://skmtc.dev/comfy-org/apis/comfyui-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/comfy-org/comfyui-api/revisions/09a5075587c8/schema)
