---
title: "Get organization metadata by enterprise"
method: GET
path: "/api/v2/enterprise/{enterpriseId}/organization"
tags: ["Enterprise"]
---

# Get organization metadata by enterprise

`GET /api/v2/enterprise/{enterpriseId}/organization`

Returns the metadata of the organization linked to the enterprise.
The caller must be a member of the enterprise. To get the full organization
details, use /api/v2/organization/{organizationId} instead.

## Path parameters

- `enterpriseId` string, required

## Response `200`

OK

- GetEnterpriseOrganizationResponse
  - `organization` OrganizationMetadata, required
    - `id` string, required — The organization ID
    - `name` string, required — The organization name

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

## Changes

- **2026-09-03** `6d67401ade31` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/bitgo/apis/bitgo-api/changes/api/v2/enterprise/:enterpriseId/organization/get.md)

---

[API](https://skmtc.dev/bitgo/apis/bitgo-api.md) · [All operations](https://skmtc.dev/bitgo/apis/bitgo-api/llms.txt) · [OpenAPI document](https://skmtc.dev/bitgo/apis/bitgo-api/revisions/d083f3244790?raw)
