Okta Identity Governance
/End user APIs
/- Execute an action on an access item
List the security access reviews
Retrieve the statistics for security access reviews
Retrieve a security access review
Generate a summary for a security access review
List all actions for a security access review
Execute an action on a security access review
Retrieve the principal for a security access review
List the access items for a security access review
List the sub-access items for an access item
List the anomalies for an access item
Generate a summary for an access item
List the history of a security access review
Add a comment for a security access review
Execute an action on an a...
OAuth 2.0 scope:
- okta.governance.securityAccessReviews.endUser.manage
Executes an action on an access or sub-access item in a security access review
Supported actions
| Enum Value | Description |
|---|---|
| REVOKE_ACCESS | Revoke access for the user |
| RESTORE_ACCESS | Restore access for the user |
| FLAG_FOR_MANUAL_REMEDIATION | Access needs to be manually revoked for the user |
| FLAG_FOR_MANUAL_RESTORATION | Access needs to be manually restored for the user |
POST
curl -i -X POST \
'https://okta-subdomain.pixtulate.com/governance/api/v2/my/security-access-reviews/{securityAccessReviewId}/accesses/{securityAccessReviewTargetId}/actions' \
-H 'Content-Type: application/json' \
-d '{
"type": "REVOKE_ACCESS"
}'