---
title: "Get Organization"
method: GET
path: "/v4/organizations/{organizationId}"
tags: ["Organizations"]
---

# Get Organization

`GET /v4/organizations/{organizationId}`

Fetches the details of an organization by ID.

In order to access this endpoint, the provided API key must have at least one of the following roles:
- Organization Owner
- Project Creator
- Organization Member

To learn more, see [Organization Roles](https://docs.couchbase.com/cloud/organizations/organization-user-roles.html).

## Response `200`

Successfully returned the organization details.

- GetOrganizationResponse
  - `id` string, uuid, required — A GUID4 identifier of the organization.
  - `name` string, required — The name of the organization.
  - `subdomain` string — The new name of the subdomain for the organization.
  - `description` string, required — The description of a particular organization.
  - `preferences` Preferences, required — Preferences stores preferences for the organization.
    - `sessionDuration` integer — Maximum allowed time in seconds inside the organization for a user.
  - `audit` CouchbaseAuditData, required
    - `createdBy` string, required — The user who created the resource; this will be a UUID4 ID for standard users and will be a string such as "internal-support" for internal Couchbase support users.
    - `createdAt` string, date-time, required — The RFC3339 timestamp associated with when the resource was initially created.
    - `modifiedBy` string, required — The user who last modified the resource; this will be a UUID4 ID for standard users and wilmal be a string such as "internal-support" for internal Couchbase support users.
    - `modifiedAt` string, date-time, required — The RFC3339 timestamp associated with when the resource was last modified.
    - `version` integer, required — The version of the document. This value is incremented each time the resource is modified.

## Other responses

- `403` — The client does not have the necessary permissions to access this resource.
- `404` — The requested resource was not found.
- `429` — Returned when the client exceeds the rate limit for the given APIKey.
- `500` — An unexpected error occurred in the server while processing this request.

---

[API](https://skmtc.net/couchbase/apis/couchbase-capella-management-api.md) · [All operations](https://skmtc.net/couchbase/apis/couchbase-capella-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/couchbase/couchbase-capella-management-api/revisions/e67df5d1f74e/schema)
