Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
One change · api

Compliance Settings changed

api/beta/organization/compliance_settings

Nearest release: v2.1.268, published under an hour after this site recorded the change. Shown because the two are within 24 hours of each other. Nothing here says the release caused the edit.

Recorded here
Lines+48added
Lines−15removed
From line 1 where the diff opens
First seen 1 Sep 2026 this site's first read of the page
Recorded edits2to this page, all time

### Beta Compliance Settings State ### Beta Compliance Settings State Param

The whole hunk

from line 1, old and new numbered
/
lines
from line 1
1---
2title: Compliance Settings
3url: https://platform.claude.com/docs/en/api/beta/organization/compliance_settings
4---
5 
16# Compliance Settings
27 
38## Get Compliance Settings
from line 20
1520 
1621- `BetaComplianceSettings object`
1722 
18 - `state: BetaComplianceSettingsStateEnabled or BetaComplianceSettingsStateDisabled`
23 - `type: "compliance_settings"`
1924 
25 default: compliance_settings
26 
27 - `state: BetaComplianceSettingsState`
28 
2029 Whether the Compliance API is enabled for this organization.
2130 
2231 - `BetaComplianceSettingsStateEnabled object`
from line 40
3140 
3241 default: disabled
3342 
34 - `type: "compliance_settings"`
35 
36 default: compliance_settings
37 
3843### Example
3944 
4045```bash
from line 80
7580 
7681### Body parameters
7782 
78- `state: BetaComplianceSettingsStateEnabledParam or BetaComplianceSettingsStateDisabledParam`
83- `state: BetaComplianceSettingsStateParam`
7984 
8085 Desired state. Accepts the string shorthand "enabled" or "disabled" in place of the object form; the response always returns the canonical object form.
8186 
from line 96
9196 
9297- `BetaComplianceSettings object`
9398 
94 - `state: BetaComplianceSettingsStateEnabled or BetaComplianceSettingsStateDisabled`
99 - `type: "compliance_settings"`
95100 
101 default: compliance_settings
102 
103 - `state: BetaComplianceSettingsState`
104 
96105 Whether the Compliance API is enabled for this organization.
97106 
98107 - `BetaComplianceSettingsStateEnabled object`
from line 116
107116 
108117 default: disabled
109118 
110 - `type: "compliance_settings"`
111 
112 default: compliance_settings
113 
114119### Example
115120 
116121```bash
from line 147
142147 
143148- `BetaComplianceSettings object`
144149 
145 - `state: BetaComplianceSettingsStateEnabled or BetaComplianceSettingsStateDisabled`
150 - `type: "compliance_settings"`
146151 
152 default: compliance_settings
153 
154 - `state: BetaComplianceSettingsState`
155 
147156 Whether the Compliance API is enabled for this organization.
148157 
149158 - `BetaComplianceSettingsStateEnabled object`
from line 167
158167 
159168 default: disabled
160169 
161 - `type: "compliance_settings"`
170### Beta Compliance Settings State
162171 
163 default: compliance_settings
172- `BetaComplianceSettingsState = BetaComplianceSettingsStateEnabled or BetaComplianceSettingsStateDisabled`
164173 
174 - `BetaComplianceSettingsStateEnabled object`
175 
176 - `type: "enabled"`
177 
178 default: enabled
179 
180 - `BetaComplianceSettingsStateDisabled object`
181 
182 - `type: "disabled"`
183 
184 default: disabled
185 
165186### Beta Compliance Settings State Disabled
166187 
167188- `BetaComplianceSettingsStateDisabled object`
from line 210
189210- `BetaComplianceSettingsStateEnabledParam object`
190211 
191212 - `type: "enabled"`
213 
214### Beta Compliance Settings State Param
215 
216- `BetaComplianceSettingsStateParam = BetaComplianceSettingsStateEnabledParam or BetaComplianceSettingsStateDisabledParam`
217 
218 - `BetaComplianceSettingsStateEnabledParam object`
219 
220 - `type: "enabled"`
221 
222 - `BetaComplianceSettingsStateDisabledParam object`
223 
224 - `type: "disabled"`
192225