API ReferenceThird Party Apps
POST
/oauth2/v1/apps/userinfo
Third Party application Post UserInfo endpoint
Authorization
Request Body
Status code | Description |
---|---|
200 | OK |
Was this helpful?
Third Party application Post UserInfo endpoint
Status code | Description |
---|---|
200 | OK |
curl -X POST "https://api.descope.com/oauth2/v1/apps/userinfo" \
-d '{}'
{
"userInfoClaims": {}
}