---
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

---

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