Okta Identity Governance
/- Management APIs
- Access Requests - V2
- Retrieve the org request settings
Retrieve the resource request settings
Update the resource request settings
Update the org request settings
Retrieve the org request...
OAuth 2.0 scope:
- okta.accessRequests.condition.read
Admin roles:
- ACCESS_REQUESTS_ADMIN
Retrieves the request settings for the org.
Org request settings indicate:
- If the Access Requests app has been provisioned
- If a customer has triggered Access Requests app provisioning in their org
- The request experiences that are supported
- If the provisioning for the Access Requests app was triggered a while ago
GET
curl -i -X GET \
https://subdomain.okta.com/governance/api/v2/request-settingsA successful org request settings get response
Indicates that Access Requests provisioning was triggered by the customer (such as in Govern Okta admin roles)
The Access Requests provisioning status in the org
Enum:"NOT_PROVISIONED""PROVISIONING_FAILED""PROVISIONED"
Indicates that Access Request provisioning was triggered more than 10 minutes ago
Settings for resource catalog visibility
Response
- When subprocessors have not been acknowledged
- When subprocessors have been acknowledged, but Access Requests org is not provisioned yet
- When subprocessors have been acknowledged and Access Requests org is provisioned after a short time
- When subprocessors have been acknowledged and Access Requests org provisioning has failed
- When subprocessors have been acknowledged and Access Requests org is provisioned with request experiences
- When subprocessors have been acknowledged and Access Requests org is provisioned after a long time
- When subprocessors have been acknowledged, the access request org is provisioned, and the resource catalog visibility is configured
- When notifications are enabled for all integrations that support notifications
- When Slack request actions are enabled for all integrations
{ "subprocessorsAcknowledged": false, "provisioningStatus": "NOT_PROVISIONED", "requestExperiences": [], "longTimePastProvisioned": false }