Get the user’s profile information using the OpenID Connect UserInfo endpoint. This endpoint returns claims about the authenticated user.
Authentication: Requires a valid access token obtained from an authentication flow that included the openid scope.
Returned claims depend on:
scope requested during authentication (profile, email, address, phone)Access token obtained from the authentication flow
User information retrieved successfully
The user's unique identifier (subject)
The user's full name
The user's given (first) name
The user's family (last) name
The user's middle name
The user's nickname
The user's preferred username
URL of the user's profile page
URL of the user's profile picture
URL of the user's website
The user's email address
Whether the user's email address has been verified
The user's gender
The user's birthday
The user's time zone
The user's locale
The user's phone number
Whether the user's phone number has been verified
The user's address
Time the user's information was last updated