Obtaining authenticated user info
To obtain information about the authenticated user, you can use the /userinfo endpoint.
This is a standard OpenID Connect endpoint, and is accessible when your application requests the
openid scope.
userinfo endpoint
Access user information with a valid access token:
userinfo response
The user_name & user_email fields are only available if your application requested the
profile scope.