cURL
curl "https://api.anthropic.com/v1/organizations/me" \
--header "anthropic-version: 2023-06-01" \
--header "content-type: application/json" \
--header "x-api-key: $ANTHROPIC_ADMIN_KEY"{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"type": "organization"
}Organization Info
Get Organization Info
GET
/
v1
/
organizations
/
me
cURL
curl "https://api.anthropic.com/v1/organizations/me" \
--header "anthropic-version: 2023-06-01" \
--header "content-type: application/json" \
--header "x-api-key: $ANTHROPIC_ADMIN_KEY"{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"type": "organization"
}The Admin API is unavailable for individual accounts. To collaborate with teammates and add members, set up your organization in Console → Settings → Organization.
Headers
Response
Successful Response
ID of the Organization.
Example:
"12345678-1234-5678-1234-567812345678"
Name of the Organization.
Example:
"Organization Name"
Object type.
For Organizations, this is always "organization".
Available options:
organization Allowed value:
"organization"Was this page helpful?
⌘I