Get Oauth 2 Userinfo
Get OpenID Connect user information (UserInfo endpoint)
Authentication
AuthorizationBearer
Bearer token authentication
Headers
Authorization
Bearer access token
Response
User information retrieved successfully
sub
Subject identifier (user ID)
email
User's email address, included if 'email' scope is granted
name
User's full name, included if 'profile' scope is granted
picture
User's profile picture URL, included if 'profile' scope is granted
given_name
User's given name, included if 'profile' scope is granted
family_name
User's family name, included if 'profile' scope is granted
email_verified
Whether the email is verified, included if 'email' scope is granted
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error