API Reference/Third Party Apps
POST
/oauth2/v1/apps/userinfo

Request Body

application/jsonRequired
curl -X POST "https://api.descope.com/oauth2/v1/apps/userinfo" \
  -H "Content-Type: application/json" \
  -d '{}'

OK

{
  "userInfoClaims": {}
}

Was this helpful?