API ReferenceInbound Apps
POST
/oauth2/v1/apps/userinfo

Request Body

application/json

project_id?string

Can be empty as data arrived on the Authorization header token

Third Party application Post UserInfo endpoint

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