---
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
  - `status` string, required — User status (active or waitlisted)

## Other responses

- `401` — Unauthorized

---

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