---
title: "Get information about an organization"
method: GET
path: "/organization/{organization_id}"
tags: ["Organizations"]
---

# Get information about an organization

`GET /organization/{organization_id}`

## Path parameters

- `organization_id` string, required

## Response `200`

Response

- OrganizationGetResponse — OrganizationGetResponse
  - `account_id` string, required — Account ID of the organization's root unit
  - `create_time` string, required — Time of creating the organization
  - `default_governance_user_group_id` string — Default governance user group ID
  - `organization_id` string, required — Organization's ID
  - `organization_name` string, required — Organization's name
  - `tier` 'business' | 'personal', required — An enumeration.
  - `update_time` string, required — Time of the organization's latest update

---

[API](https://skmtc.net/aiven/apis/aiven-api-documentation.md) · [All operations](https://skmtc.net/aiven/apis/aiven-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aiven/aiven-api-documentation/versions/ecaeabf1da31/schema)
