Claude Platform Docs
Messages
Managed Agents
Admin
Sumber daya
Praktik terbaik
Model & harga
CLI, SDK, dan pustaka
Skill Claude API
Catatan rilis
API reference
Bahasa Indonesia
Console
Log in
Copy page
cURL
API reference
Beta
Organisasi
Pengaturan Kepatuhan
Mendapatkan Pengaturan Kepatuhan
GET
/v1/organizations/compliance_settings
Memperbarui Pengaturan Kepatuhan
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