/
HU
huggingface
/
Hub API Endpoints
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Updated on 2026-09-27
Details
Filter operations
agents
1
auth
1
get
Get user info
blogs
3
buckets
15
collections
20
containers
12
datasets
37
discussions
36
docs
3
inference-endpoints
2
inference-providers
7
jobs
23
kernels
6
models
37
notifications
5
oauth
4
orgs
15
papers
7
repo-search
3
repos
4
resource-groups
9
scim
28
service-accounts
8
spaces
48
sql-console
3
tokens
1
users
16
webhooks
7
auth
Get user info
Get information about the user and auth method used
get
/api/whoami-v2
Response
Auth information
object
required
auth
object
required
type
'user'
required
id
string
required
name
string
required
fullname
string
required
email
string
nullable
canPay
boolean
billingMode
'prepaid'
|
'postpaid'
avatarUrl
string
required
periodEnd
number
nullable
emailVerified
boolean
isPro
boolean
required
orgs
object[]
required
Changes