Get OIDC user info
Last updated
Last updated
Required scopes: No scopes required.
Gets the user's identity information. You have to provide the id_token
in the authorization
header. Otherwise, you get an error.
To get the id_token
, run the GET /authorize
API call with the openid
scope. The response of the follow-up POST /token
API call will contain the id-token
.
/oidc/userinfo
Fill in the id_token from the POST /token API call response as Bearer id_token.
^Bearer .+