OpenID Connect UserInfo Endpoint (POST)
POST /oauth2/userinfo
POST
/oauth2/userinfo
Returns claims about the authenticated user based on the access token scopes.
Authorizations
Section titled “Authorizations ”Responses
Section titled “ Responses ”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
default
Section titled “default ”OAuth2 error response
object
error
required
OAuth2 error code
string
error_description
Human-readable error description
string