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

Permissions changed

api/beta/organization/rbac_roles/permissions

Nearest release: v2.1.280, published 20 hours 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+3added
Lines−3removed
From line 7 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 7, old and new numbered
/
lines
from line 7
77 
88## List RBAC Role Permissions
99 
10**GET** `/v1/organizations/rbac_roles/{role_id}/permissions`
10**GET** `/v1/organizations/rbac_roles/{rbac_role_id}/permissions`
1111 
1212List the permissions an RBAC Role grants.
1313 
from line 15
1515 
1616### Path parameters
1717 
18- `role_id: string`
18- `rbac_role_id: string`
1919 
2020 ID of the RBAC Role.
2121 
from line 158
158158### Example
159159 
160160```bash
161curl https://api.anthropic.com/v1/organizations/rbac_roles/$ROLE_ID/permissions \
161curl https://api.anthropic.com/v1/organizations/rbac_roles/$RBAC_ROLE_ID/permissions \
162162 -H 'anthropic-version: 2023-06-01' \
163163 -H "X-Api-Key: $ANTHROPIC_API_KEY"
164164```