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

# Organization - Update

`PUT /organization/{id}`

Create a new organization for .

## Path parameters

- `id` string, required

## Request body

- OrganizationUpdateRequest
  - `organization_name` string, nullable — Name of the organization
  - `organization_details` object, nullable — Details about the organization
  - `metadata` object, nullable — Metadata is useful for storing additional, unstructured information on an object.
  - `platform_merchant_id` string, required — Platform merchant id is unique distiguisher for special merchant in the platform org

## Response `200`

Organization Created

- OrganizationResponse
  - `organization_id` string, required — The unique identifier for the Organization
  - `organization_name` string, nullable — Name of the Organization
  - `organization_details` object, nullable — Details about the organization
  - `metadata` object, nullable — Metadata is useful for storing additional, unstructured information on an object.
  - `modified_at` string, date-time, required
  - `created_at` string, date-time, required
  - `organization_type` 'standard' | 'platform'

## Other responses

- `400` — Invalid data

---

[API](https://skmtc.net/hyperswitch/apis/dynamic-routing-openapi-3-0.md) · [All operations](https://skmtc.net/hyperswitch/apis/dynamic-routing-openapi-3-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hyperswitch/dynamic-routing-openapi-3-0/revisions/8fbf69ab2597/schema)
