---
title: "Update an organization"
method: PATCH
path: "/organization/{id}"
tags: ["Organization"]
---

# Update an organization

`PATCH /organization/{id}`

Updates information for an organization.

## Path parameters

- `id` string, required

## Query parameters

- `metadata_include` string

## Request body

- OrganizationWrite
  - `name` string — The name of the organization. > ℹ️ **Note:** Changing the organization's name **does not change the slug**, as doing so could break connections with existing applications and services.
  - `status` 'active' | 'inactive' — The status of the organization.

## Response `200`

An object representing the organization.

- Organization
  - `id` integer, required — A system-wide unique ID for the organization.
  - `name` string, required — The organization name.
  - `slug` string, required — The organization slug.
  - `status` 'active' | 'inactive', required — The status of the organization.
  - `metadata` MetadataComponent — The metadata loaded via the metadata catalog API.
    - `key` string — The key of the metadata.
    - `value` string — The value of the metadata.
    - `additional_properties` object — Additional metadata properties, including schemas and tags.
      - `schemas` object[] — The JSON schemas of the metadata.
      - `tags` object[] — Tags associated with the metadata.
        - `key` string
        - `value` string

## Other responses

- `4XX` — Client error responses due to invalid input or missing parameters.
- `5XX` — Server error responses indicating an issue on the API side.

---

[API](https://skmtc.dev/nullplatform/apis/nullplatform-api.md) · [All operations](https://skmtc.dev/nullplatform/apis/nullplatform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nullplatform/nullplatform-api/revisions/1c4ea154b159/schema)
