---
title: "ComfyUI userdata storage info"
method: GET
path: "/api/users"
tags: ["user"]
---

# ComfyUI userdata storage info

`GET /api/users`

ComfyUI legacy users endpoint. Returns information about how user
data is stored. In cloud this is always server-managed, so callers
receive a constant response indicating server-side storage.

## Response `200`

Userdata storage information

- object
  - `migrated` boolean, required — Whether user data has been migrated (always true in cloud)
  - `storage` string, required — Where user data is stored (always "server" in cloud)

## Other responses

- `401` — Unauthorized

## Changes

- **2026-06-03** `8560879e6188` — 2 warning, 3 info
  - deleted the `header` request parameter `Comfy-User`
  - removed the optional property `users` from the response with the `200` status
  - added the optional property `details` to the response with the `401` status
  - the response property `migrated` became required for the status `200`
  - …1 more
- **2026-05-22** `09a5075587c8` — 2 info
  - api operation id `getUsers` removed and replaced with `getUsersInfo`
  - added the non-success response with the status `401`
- **2026-04-24** `a66055fa384e` — 2 breaking, 4 info
  - the response property `migrated` became optional for the status `200`
  - the response property `storage` became optional for the status `200`
  - api operation id `getUsersInfo` removed and replaced with `getUsers`
  - added the new optional `header` request parameter `Comfy-User`
  - …2 more

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