The Security Access Reviews API allows admins to manage security access reviews. These reviews provide a holistic view of a principal's access to resources, such as apps, groups, and entitlements. Designated reviewers can assess the target principal's access to resources and take immediate action. Security access reviews are typically triggered as a response to a security or policy evaluation event. Therefore, they’re time-sensitive and require prompt attention from reviewers.
- okta.governance.securityAccessReviews.admin.read
- SUPER_ADMIN
- okta.governance.securityAccessReviews.admin.read
Lists all 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/security-access-reviews?filter=name%20co%20%22Git%22&orderBy=name%20desc&after=00u68w6vzKLultXS97g6&limit=20'