Manager with Application Oriented
The following are PingOne Autonomous Identity manager with application oriented endpoints:
- POST supervisor
-
NOTE: This endpoint has been deprecated in this release by the
/entitlements/statsendpoint.
Endpoint
/api/managersWithAppOriented/supervisor
Authorization
<Bearer Token JWT-value>
Body
{
"managerId": "Christy.Cronin"
}
Example Request
curl --location --request POST '/api/managersWithAppOriented/supervisor' \
--header 'Content-Type: application/json' \
--data-raw '{
"managerId": "Christy.Cronin"
}'
- POST supervisorEntitlements
-
NOTE: This endpoint has been deprecated in this release by the
/entitlements/statsendpoint.
Endpoint
/api/managersWithAppOriented/supervisorEntitlements
Authorization
<Bearer Token JWT-value>
Body
{
"managerId": "Christy.Cronin"
}
Example Request
curl --location --request POST '/api/managersWithAppOriented/supervisorEntitlements' \
--header 'Content-Type: application/json' \
--data-raw '{
"managerId": "Christy.Cronin"
}'
- POST supervisorUser
-
NOTE: This endpoint has been deprecated in this release by the
/entitlements/statsendpoint.
Endpoint
/api/managersWithAppOriented/supervisorUser
Authorization
<Bearer Token JWT-value>
Body
{
"managerId": "Christy.Cronin"
}
Example Request
curl --location --request POST '/api/managersWithAppOriented/supervisorUser' \
--header 'Content-Type: application/json' \
--data-raw '{
"managerId": "Christy.Cronin"
}'