The whole hunk
from line 2, old and new numbered
/
lines
from line 2
22
33**GET** `/v1/organizations/service_accounts`
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 service accounts in the caller's organization.
68
79Results are ordered by creation time, newest first. Use `limit` and the
from line 103
101103```bash
102104curl https://api.anthropic.com/v1/organizations/service_accounts \
103105 -H 'anthropic-version: 2023-06-01' \
104 -H "Authorization: Bearer $ANTHROPIC_OAUTH_TOKEN"
106 -H "Authorization: Bearer $ANTHROPIC_AUTH_TOKEN"
105107```
106108
107109### Response (200)