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

RBAC Roles changed

api/beta/organization/rbac_roles

Nearest release: v2.1.272, published 5 hours before 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+0added
Lines−3removed
From line 73 where the diff opens
First seen 10 Sep 2026 this site's first read of the page
Recorded edits4to this page, all time

The whole hunk

from line 73, old and new numbered
/
lines
from line 73
7373```bash
7474curl https://api.anthropic.com/v1/organizations/rbac_roles \
7575 -H 'anthropic-version: 2023-06-01' \
76 -H 'anthropic-beta: ce-user-management-2026-07-13' \
7776 -H "X-Api-Key: $ANTHROPIC_API_KEY"
7877```
7978 
from line 145
146145```bash
147146curl https://api.anthropic.com/v1/organizations/rbac_roles/$ROLE_ID \
148147 -H 'anthropic-version: 2023-06-01' \
149 -H 'anthropic-beta: ce-user-management-2026-07-13' \
150148 -H "X-Api-Key: $ANTHROPIC_API_KEY"
151149```
152150 
from line 351
353351```bash
354352curl https://api.anthropic.com/v1/organizations/rbac_roles/$ROLE_ID/permissions \
355353 -H 'anthropic-version: 2023-06-01' \
356 -H 'anthropic-beta: ce-user-management-2026-07-13' \
357354 -H "X-Api-Key: $ANTHROPIC_API_KEY"
358355```
359356