Updates the governance settings for the org
Note: You must have the
SUPER_ADMINrole to update the org settings.
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.
- 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
curl -i -X PATCH \
https://okta-subdomain.pixtulate.com/governance/api/v1/settings \
-H 'Content-Type: application/json' \
-d '{
"delegates": {
"enduser": {
"permissions": [
"WRITE"
]
}
}
}'A 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.
- 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": { … } } }