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

# Get user storage info

`GET /api/users`

Returns user storage configuration. In single-user mode returns
`{"storage": "server", "migrated": true/false}`. In multi-user mode
returns `{"storage": "server", "users": {"user_id": "user_dir", ...}}`.

## Headers

- `Comfy-User` string

## Response `200`

User info

- object
  - `storage` string — Storage backend type (always "server")
  - `migrated` boolean — Whether migration from browser storage is complete (single-user)
  - `users` object — Map of user_id to directory name (multi-user)

## Changes

- **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/2f69d843959c/schema)
