Autonomous Identity 2021.3.0

Manager with Application Oriented

The following are Autonomous Identity manager with application oriented endpoints:

POST supervisor

NOTE: This endpoint has been deprecated in this release by the /entitlements/stats endpoint.

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/stats endpoint.

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/stats endpoint.

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"
}'
Copyright © 2010-2022 ForgeRock, all rights reserved.