---
title: "Get the authenticated cloud user"
method: GET
path: "/api/user"
tags: ["user"]
---

# Get the authenticated cloud user

`GET /api/user`

[cloud-only] Returns the profile and account information for the currently authenticated user.

## Response `200`

User 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

- `401` — Unauthorized

## Changes

- **2026-05-22** `09a5075587c8` — 1 info
  - api operation id `getCloudUser` removed and replaced with `getUser`
- **2026-05-08** `c9640fded659` — 1 info
  - endpoint added
- **2026-04-24** `a66055fa384e` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/comfy-org/apis/comfyui-api/changes/api/user/get.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)
