The Org Governance Settings API allows admins to manage governance settings for their org. Use this API to manage settings for an org, such as whether end users can manage delegates.
Retrieves the governance settings for the org
Note: You must have the
SUPER_ADMINrole to retrieve governance settings for the org.
A successful org settings response
When authentication fails
When authorization fails
When the rate limit has been exceeded
When there is a server fault due to an unexpected error
{- "delegates": {
- "enduser": {
- "permissions": [
- "WRITE"
]
}
}
}Updates the governance settings for the org
Note: You must have the
SUPER_ADMINrole to update the org settings.
object Delegate settings | |
object Governance AI settings |
A successful org settings response
A request failed validation
When authentication fails
When authorization fails
When the rate limit has been exceeded
When there is a server fault due to an unexpected error
{- "delegates": {
- "enduser": {
- "permissions": [
- "WRITE"
]
}
}
}{- "delegates": {
- "enduser": {
- "permissions": [
- "WRITE"
]
}
}
}