get https://{application_vanity_domain}/api/v1/oauth2/userinfo
OIDC CompliantThis endpoint is compliant with the UserInfo Endpoint specification.
This endpoint can be used to retrieve claims corresponding to the user associated with the access token passed in the Authorization
header. The claims returned in the response are determined in part by the scopes provided when calling the Authorize Endpoint. Please see the table below to determine which scopes map to which claims.
Scope | Claims |
---|---|
profile | name , given_name , family_name , middle_name , nickname , preferred_username , picture , gender , birthdate , zoneinfo , locale , updated_at |
email , email_verified | |
phone | phone_number , phone_number_verified |
roles | roles |
In addition to the above claims, the following claims are always returned, regardless of the specified scopes: sub
, tnt_id
, app_id
, idp_name
.
Furthermore, if custom claims have been configured for the User Info response, they will always be returned regardless of the specified scopes.