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

# Update an organization

`PUT /organization/{id}/`

## Path parameters

- `id` string, required

## Query parameters

- `_expand` string

## Request body

- Organization — Editable organization settings.
  - `currency` string — Default currency as a three-letter [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) currency code.
  - `enable_unsubscribe_link` boolean — Enable the unsubscribe link by default in new email templates.
  - `lead_statuses` InlineLeadStatusPayload[] — The organization's lead statuses. Provide the full list in the desired order to reorder them.
    - `id` string — ID of an existing lead status.
    - `label` string — Label of the lead status.
  - `name` string — The organization's name.
  - `require_unsubscribe_link` boolean — Require an unsubscribe link in Bulk Emails and Workflows.

## Response `200`

Successful response

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `404` — Not found

---

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