Post Oauth 2 Userinfo

Get OpenID Connect user information (UserInfo endpoint)

Authentication

AuthorizationBearer
Bearer token authentication

Headers

AuthorizationstringOptional
Bearer access token

Response

User information retrieved successfully
substring

Subject identifier (user ID)

emailstring or nullformat: "email"
User's email address, included if 'email' scope is granted
namestring or null
User's full name, included if 'profile' scope is granted
picturestring or nullformat: "uri"
User's profile picture URL, included if 'profile' scope is granted
given_namestring or null
User's given name, included if 'profile' scope is granted
family_namestring or null
User's family name, included if 'profile' scope is granted
email_verifiedboolean or null
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