API ReferenceApplications
GET
/{ssoAppId}/oauth2/v1/userinfo

Path Parameters

ssoAppId*string

Can be empty as data arrived on the Authorization header token

OIDC Get UserInfo endpoint (sso app)

curl -X GET "https://api.descope.com/string/oauth2/v1/userinfo"
{  "userInfoClaims": {}}
export interface Response {userInfoClaims?: {}}
Was this helpful?