Okta Identity Governance
/- Management APIs
- Access Requests - V2
- Update the org request settings
Retrieve the resource request settings
Update the resource request settings
Retrieve the org request settings
Update the org request se...
OAuth 2.0 scope:
- okta.accessRequests.condition.manage
Admin roles:
- ACCESS_REQUESTS_ADMIN
Updates the request settings for the org
Indicates that Access Requests provisioning was triggered by the customer (such as in Govern Okta admin roles)
Settings for resource catalog visibility
PATCH
- Request Settings for the org for patch example |tooltip| Request Settings for the org for patch example
- Request settings with resource catalog visibility enabled for all users |tooltip| Enable the access request for all users in the resource catalog
- Request settings with resource catalog visibility disabled |tooltip| Disable the access request for all users in the resource catalog
- Request settings with resource catalog visibility for specific groups |tooltip| Enable the access request for users in specific groups
- Request settings with notifications
- Request Settings with Slack request actions for the org for patch example |tooltip| Request Settings with Slack request actions for the org for patch example
curl -i -X PATCH \
https://okta-subdomain.pixtulate.com/governance/api/v2/request-settings \
-H 'Content-Type: application/json' \
-d '{
"subprocessorsAcknowledged": true
}'A successful org request settings patch response
Indicates that Access Requests provisioning was triggered by the customer (such as in Govern Okta admin roles)
Settings for resource catalog visibility
Response
- Request Settings for the org for patch example |tooltip| Request Settings for the org for patch example
- Request settings with resource catalog visibility enabled for all users |tooltip| Enable the access request for all users in the resource catalog
- Request settings with notifications
- Request Settings with Slack request actions for the org for patch example |tooltip| Request Settings with Slack request actions for the org for patch example
Request Settings for the org for patch example
{ "subprocessorsAcknowledged": true }