---
title: "Update organization's details"
method: PATCH
path: "/organization/{organization_id}"
tags: ["Organizations"]
---

# Update organization's details

`PATCH /organization/{organization_id}`

## Path parameters

- `organization_id` string, required

## Request body

- OrganizationUpdateRequestBody — OrganizationUpdateRequestBody
  - `name` string — New name of the organization
  - `tier` 'business' | 'personal' — An enumeration.

## Response `200`

Response

- OrganizationUpdateResponse — OrganizationUpdateResponse
  - `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)
