Hugging Face · Schema

Hugging Face User

Schema for a Hugging Face user account including profile information, organizations, and subscription details.

Properties

Name Type Description
type string Account type
id string Unique user identifier
name string Username (handle)
fullname string Full display name
email string Email address
emailVerified boolean Whether the email has been verified
plan string Subscription plan
isPro boolean Whether the user is on a Pro plan
canPay boolean Whether the user has a payment method configured
avatarUrl string URL to the user's avatar image
orgs array Organizations the user belongs to
auth object Authentication information
View JSON Schema on GitHub