user

Get user storage info

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", ...}}.

get/api/users

Headers

Comfy-Userstring

Identifies the active user in multi-user mode. Used for settings, userdata, and history isolation. This is not a security mechanism — it is an organisational convenience with no authentication behind it.

Response

User info

storagestring

Storage backend type (always "server")

migratedboolean

Whether migration from browser storage is complete (single-user)

usersobject

Map of user_id to directory name (multi-user)

Changes