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 }'