The whole hunk
from line 2, old and new numbered
/
lines
from line 2
22
33**GET** `/v1/organizations/federation_rules/{federation_rule_id}/workspaces`
44
5**Requires an OAuth access token with the `org:admin` scope**, from `ant auth login --scope org:admin` or a workload identity federation rule; Admin API keys are not accepted. See [Manage WIF with the Admin API](/docs/en/manage-claude/wif-admin-api).
6
57List workspaces where this federation rule is enabled.
68
79Returns all workspace enablements in a single response; the `limit` and
from line 77
7577```bash
7678curl https://api.anthropic.com/v1/organizations/federation_rules/$FEDERATION_RULE_ID/workspaces \
7779 -H 'anthropic-version: 2023-06-01' \
78 -H "Authorization: Bearer $ANTHROPIC_OAUTH_TOKEN"
80 -H "Authorization: Bearer $ANTHROPIC_AUTH_TOKEN"
7981```
8082
8183### Response (200)