The My Security Access Reviews API allows reviewers to manage security access reviews that are assigned to them. These reviews provide a holistic view of a target principal's access to resources such as apps, groups, and entitlements. They're typically triggered as a response to a security or an identiy risk event. Reviewers can assess the target principal's access to resources and take immediate action.
The resource methods in the My Security Access Reviews API only returns security access reviews and corresponding objects that the authenticated requester (as the reviewer) has permission to access.
- okta.governance.securityAccessReviews.endUser.read
Lists the security access reviews
A filter expression that filters security access reviews. The eq and co operators are supported for string properties. The gt and lt operators are supported for date properties.
Note: Query parameter percent encoding is required. See Percent-encoding.
The field to sort the results, in ascending (asc) or descending (desc) order. Sorting is applied to only one field.
Note: Query parameter percent encoding is required. See Percent-encoding
Specifies the pagination cursor for the next page of results. Treat this as an opaque value obtained through the standard link headers. See pagination.
curl -i -X GET \
'https://okta-subdomain.pixtulate.com/governance/api/v2/my/security-access-reviews?filter=name%20co%20%22Git%22&orderBy=name%20desc&after=00u68w6vzKLultXS97g6&limit=20'