Skip to content

OpenID Connect UserInfo Endpoint (POST)

POST
/oauth2/userinfo

Returns claims about the authenticated user based on the access token scopes.

UserInfo claims

object
sub
required
string
name
string
email
string
email_verified
boolean
picture
string
locale
string
phone_number
string
phone_number_verified
boolean
key
additional properties
any

OAuth2 error response

object
error
required

OAuth2 error code

string
error_description

Human-readable error description

string