Beta
OAuth 2.0 scope:
- okta.governance.settings.read
Admin roles:
- ACCESS_CERTIFICATION_ADMIN
- ACCESS_REQUESTS_ADMIN
- SUPER_ADMIN
Retrieves the governance settings for the org
Note: You must have the
SUPER_ADMINrole to retrieve governance settings for the org.
GET
curl -i -X GET \
https://okta-subdomain.pixtulate.com/governance/api/v1/settingsA successful org settings response
Governance AI settings
Note: This feature is excluded from the Okta for AI Agents - Core SKU, which is the version of Okta for AI Agents available to FedRAMP Moderate and FedRAMP High customers. Okta for AI Agents - Core isn't available in Okta for US Military cells. For a current list of features that are excluded from the Okta for AI Agents - Core SKU, please refer to the Okta US Public Sector Limitations or Exceptions documentation.
Response
- All end users have write access and can edit their delegates
- All end users have read-only access and can view their delegates
- Governance settings for delegates and access request escalations
- End users can only assign their manager as a delegate
- End users can assign their manager or peers as delegates
{ "delegates": { "enduser": { … } } }