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

Path Parameters

ssoAppId*string

Can be empty as data arrived on the Authorization header token

Request Body

application/json

ssoAppId?string

Can be empty as data arrived on the Authorization header token

OIDC POST UserInfo endpoint (sso app)

curl -X POST "https://api.descope.com/string/oauth2/v1/userinfo" \  -H "Content-Type: application/json" \  -d '{}'
{  "userInfoClaims": {}}
export interface Response {userInfoClaims?: {}}
Was this helpful?