---
title: "Update organization"
method: PUT
path: "/organizations/{name}"
---

# Update organization

`PUT /organizations/{name}`

Update an organization's name. Only the current owner can perform this operation.

## Path parameters

- `name` string, required — The current name of the organization to update

## Request body

- UpdateOrganizationParams
  - `$schema` string, uri — A URL to the JSON Schema for this object.
  - `name` string — The name of the organization to update. This is optional, if you supply null it will not update the organization name.

## Response `200`

OK

- UpdateOrganizationResponse
  - `$schema` string, uri — A URL to the JSON Schema for this object.
  - `organization` Organization, required
    - `name` string, required — The name of the organization
    - `owner` User, required
      - `company` string, required
      - `country` string, required
      - `created_at` string, date-time, required
      - `email` string, required
      - `first_name` string, required
      - `is_alerts_enabled` boolean, required
      - `is_confirmed` boolean, required
      - `is_invitation_claimed` boolean — This property is deprecated. It will be removed in a future version.
      - `is_subscribed_to_changelog` boolean, required
      - `last_name` string, required
      - `profile_photo_url` string, required
      - `promo_code` string, required

## Other responses

- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict
- `422` — Unprocessable Entity
- `500` — Internal Server Error

---

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