---
title: "Get current user information"
method: GET
path: "/api/user"
tags: ["user"]
---

# Get current user information

`GET /api/user`

Returns information about the currently authenticated user

## Response `200`

Success

- UserResponse — User information response
  - `id` string, required — Firebase UID of the authenticated user
  - `status` string, required — User status (always "active" for authenticated users)

## Other responses

- `401` — Unauthorized

## Changes

> 38 revisions in range; 2 could not be searched.

- **2026-06-03** `8560879e6188` — 1 breaking, 2 info
  - removed the required property `error` from the response with the `401` status
  - the response property `code` became required for the status `401`
  - added the required property `message` to the response with the `401` status
- **2026-05-22** `c4db9e1283df` — 1 breaking, 3 warning, 1 info
  - removed the required property `email` from the response with the `200` status
  - removed the optional property `avatar_url` from the response with the `200` status
  - removed the optional property `created_at` from the response with the `200` status
  - removed the optional property `display_name` from the response with the `200` status
  - …1 more
- **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/da017caf56f1/schema)
