---
title: "Get information about the calling user."
method: GET
path: "/users"
---

# Get information about the calling user.

`GET /users`

## Response `200`

OK

- User
  - `id` string — The unique id for this user.
  - `email` string — The email address for this user.
  - `name` string — The name for this user.
  - `isApproved` boolean — Indicates if the user is approved.
  - `isAdmin` boolean — Indicates if the user has admin privileges.

## Other responses

- `401` — Unauthorized
- `404` — Not Found

---

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