---
title: "Update an organization by ID"
method: PUT
path: "/organizations/{organizationId}"
tags: ["Organizations"]
---

# Update an organization by ID

`PUT /organizations/{organizationId}`

## Path parameters

- `organizationId` string, required

## Request body

- OrganizationFields
  - `name` string, required
  - `description` string
  - `websiteUrl` string

## Response `200`

successful operation - organization fields updated

- OrganizationResponse
  - `organization` object
    - `id` string, required
    - `name` string, required
    - `description` string
    - `websiteUrl` string
    - `address` OrganizationAddressFields
      - `addressLine1` string
      - `addressLine2` string
      - `city` string
      - `region` string
      - `postalCode` string
      - `country` string — ISO 3166-1 alpha-2 country code

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `422` — Unprocessable Entity
- `500` — Internal Server Error

---

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