Skip to main content
GET
Get information about the calling user.

Authorizations

Authorization
string
header
required

Bearer token authentication. Normally a Firebase or Cloud JWT. A 'comfyui-' prefixed API key is ALSO accepted in this header: the prefix classifies the value as an API key and it is validated exactly as if it had been sent in X-API-Key. Accepted on the operations served by the comfyFirebase auth middleware (BE-9720, parity with ingest).

Response

OK

email
string

The email address for this user.

id
string

The unique id for this user.

isAdmin
boolean

Indicates if the user has admin privileges.

isApproved
boolean

Indicates if the user is approved.

name
string

The name for this user.