Registry API Reference
English
cURL
curl --request GET \ --url https://api.comfy.org/users \ --header 'Authorization: Bearer <token>'
{ "email": "<string>", "id": "<string>", "isAdmin": true, "isApproved": true, "name": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
The email address for this user.
The unique id for this user.
Indicates if the user has admin privileges.
Indicates if the user is approved.
The name for this user.
Was this page helpful?