Get Current User Info

OIDC userinfo endpoint, for more details see: UserInfo Endpoint.

Note, the claims that are returned in the response are dictated in part by the scopes that were requested as part
of the call to the /oauth2/authorize endpoint. Please see the below table to determine which scopes map to
which claims.

ScopeClaims
profilename, given_name, family_name, middle_name, nickname, preferred_username, picture, gender, birthdate, zoneinfo, locale, updated_at
emailemail, email_verified
phonephone_number, phone_number_verified
rolesroles

In addition to the above claims, the following claims all always returned, regardless of the specified scopes: sub, tnt_id, app_id, idp_name.

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