Okta Identity Governance
/End user APIs
/- List the history of a security access review
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
Execute an action on an access item
Add a comment for a security access review
List the history of a sec...
OAuth 2.0 scope:
- okta.governance.securityAccessReviews.endUser.read
Lists the history of actions and changes for a security access review
Specifies the pagination cursor for the next page of results. Treat this as an opaque value obtained through the standard link headers. See pagination.
Example:after=00u68w6vzKLultXS97g6
GET
curl -i -X GET \
'https://okta-subdomain.pixtulate.com/governance/api/v2/my/security-access-reviews/{securityAccessReviewId}/history?after=00u68w6vzKLultXS97g6&limit=20'Response
{ "data": [ { … } ], "_links": { "self": { … } } }