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

Add RBAC Group Member changed

api/admin/rbac_groups/members/create

Nearest release: v2.1.261, published 3 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+2added
Lines−2removed
From line 2 where the diff opens
First seen 14 Aug 2026 this site's first read of the page
Recorded edits5to this page, all time

The whole hunk

from line 2, old and new numbered
/
lines
from line 2
22 
33**POST** `/v1/organizations/rbac_groups/{group_id}/members`
44 
5Add a User to an RBAC Group. Membership of groups provisioned by an identity provider (source type `"scim"`) cannot be modified via the API.
5Add a User to an RBAC Group. Membership of groups provisioned by an identity provider (source type `"scim"`) cannot be modified via the API while an organization in the tenant uses SCIM provisioning.
66 
77The RBAC Groups API is available to Claude Enterprise organizations only.
88 
from line 54
5454curl https://api.anthropic.com/v1/organizations/rbac_groups/$GROUP_ID/members \
5555 -H 'Content-Type: application/json' \
5656 -H 'anthropic-version: 2023-06-01' \
57 -H "Authorization: Bearer $ANTHROPIC_OAUTH_TOKEN" \
57 -H "Authorization: Bearer $ANTHROPIC_AUTH_TOKEN" \
5858 -d '{
5959 "user_id": "user_01WCz1FkmYMm4gnmykNKUu3Q"
6060 }'