Claude Platform Docs
Messages
Managed Agents
Admin
Ressourcen
Best Practices
Modelle & Preise
CLI, SDKs und Bibliotheken
Claude API Skill
Versionshinweise
API reference
Deutsch
Console
Log in
Copy page
cURL
API reference
Beta
Organisation
Compliance-Einstellungen
Compliance-Einstellungen abrufen
GET
/v1/organizations/compliance_settings
Compliance-Einstellungen aktualisieren
POST
/v1/organizations/compliance_settings
Models
BetaComplianceSettings
object
{
state
,
type
}
state
:
BetaComplianceSettingsStateEnabled
{
type
}
or
BetaComplianceSettingsStateDisabled
{
type
}
Whether the Compliance API is enabled for this organization.
One of the following:
BetaComplianceSettingsStateEnabled
object
{
type
}
type
:
"enabled"
default
enabled
BetaComplianceSettingsStateDisabled
object
{
type
}
type
:
"disabled"
default
disabled
type
:
"compliance_settings"
default
compliance_settings
BetaComplianceSettingsStateDisabled
object
{
type
}
type
:
"disabled"
default
disabled
BetaComplianceSettingsStateDisabledParam
object
{
type
}
type
:
"disabled"
BetaComplianceSettingsStateEnabled
object
{
type
}
type
:
"enabled"
default
enabled
BetaComplianceSettingsStateEnabledParam
object
{
type
}
type
:
"enabled"
Ask Docs