Documentation Index
Fetch the complete documentation index at: https://docs.comfycontrol.app/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Retrieve your authenticated user profile information, including account details and subscription tier.
Response
Unique identifier (UUID) for the user.
Whether the account has been marked for deletion.
Current subscription tier.Possible values: free, pro, plus, enterprise
Authethentication provider.Possible values: github, google
ISO 8601 timestamp when the account was created.
ISO 8601 timestamp when the account was last updated.
Example Response
{
"id": "7c9e6679-7425-40de-944b-e07fc1f90ae7",
"name": "John Doe",
"email": "john@example.com",
"deleted": false,
"tier": "pro",
"created_at": "2024-01-01T00:00:00Z",
"updated_at": "2024-01-15T10:30:00Z"
}
Error Responses
Unauthorized - invalid or missing authentication token.
Notes
- Returns information about the authenticated user
- Use this endpoint to verify authentication and check current tier
- Tier information determines access to managed runners and resource limits