Okta Identity Governance
/Management APIs
/- Retrieve the principal entitlement changes
Retrieve the principal's effective entitlements for a resource
Retrieve an entitlement history
Retrieve the principal en...
Retrieves the principal's old and new effective entitlement changes for a resource
GET
curl -i -X GET \
https://okta-subdomain.pixtulate.com/governance/api/v1/principal-entitlements-changes/governance/api/v1/principal-entitlements-changes/cmVwMWtOQ2NmQnhhRWVEbXcwZzI6cmVwOHBCVVRWVG9na2lYNWUwZzIReturn principal entitlement changes
List of changed entitlements
The Okta resource in ORN format
See the ORN format for supported resources.
The Okta user in ORN format
Example:"orn:okta:directory:00o8rk36Bp5eZKOrw0g4:users:00u1ktfFMZ5HNoj7k0g4"
Response
{ "entitlementsChanged": [ { … }, { … }, { … }, { … } ], "resourceOrn": "orn:okta:idp:00o11edPwGqbUrsDm0g4:apps:salesforce:0oafxqCAJWWGELFTYASJ", "resource": { "externalId": "0oafxqCAJWWGELFTYASJ", "type": "APPLICATION" }, "principalOrn": "orn:okta:directory:00o11edPwGqbUrsDm0g4:users:00ub0oNGTSWTBKOLGLNR", "principal": { "externalId": "00ub0oNGTSWTBKOLGLNR", "type": "OKTA_USER" }, "_links": { "principal-entitlements": { … } } }