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

List RBAC Role Permissions changed

api/beta/organization/rbac_roles/permissions/list

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 5 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 5, old and new numbered
/
lines
from line 5
55 
66# List RBAC Role Permissions
77 
8**GET** `/v1/organizations/rbac_roles/{role_id}/permissions`
8**GET** `/v1/organizations/rbac_roles/{rbac_role_id}/permissions`
99 
1010List the permissions an RBAC Role grants.
1111 
from line 13
1313 
1414## Path parameters
1515 
16- `role_id: string`
16- `rbac_role_id: string`
1717 
1818 ID of the RBAC Role.
1919 
from line 156
156156## Example
157157 
158158```bash
159curl https://api.anthropic.com/v1/organizations/rbac_roles/$ROLE_ID/permissions \
159curl https://api.anthropic.com/v1/organizations/rbac_roles/$RBAC_ROLE_ID/permissions \
160160 -H 'anthropic-version: 2023-06-01' \
161161 -H "X-Api-Key: $ANTHROPIC_API_KEY"
162162```