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 either have the
SUPER_ADMIN
role or both theACCESS_CERTIFICATIONS_ADMIN
andACCESS_REQUESTS_ADMIN
roles 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 either have the
SUPER_ADMIN
role or both theACCESS_CERTIFICATIONS_ADMIN
andACCESS_REQUESTS_ADMIN
roles to update the org settings.
object Delegate 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"
]
}
}
}