Getting user details

The user info endpoint returns claims about the authenticated end-user. In order to get user details, the caller needs to send a valid access token representing the user.

Depending on the granted scopes, the endpoint will return the mapped claims (see sample response for most commonly used user claims).

This endpoint is compliant with the OpenID Connect Core 1.0 spec.

Language
Authorization
Bearer
JWT
URL
Click Try It! to start a request and see the response here!