---
title: "Update organization settings"
method: PATCH
path: "/organization/update-organization/v1"
tags: ["Organization"]
---

# Update organization settings

`PATCH /organization/update-organization/v1`

Update one or more settings for the authenticated organization. Only the provided fields will be modified. Supports vacation mode, payout method, and electronic check details.

**Rate limit:** 120 requests burst, 60 requests/minute sustained.

## Request body

- object
  - `vacationMode` boolean — Enable or disable vacation mode. When active, listings and offers are hidden from the marketplace.
  - `payoutMethod` 'electronic_check' | 'teller_ach' — Default payout method for the organization
  - `electronicCheckName` string — Payee name for electronic check payouts
  - `electronicCheckEmail` string, email — Payee email for electronic check payouts

## Response `200`

Default Response

- object
  - `success` boolean, required
  - `data` object, required
    - `vacationMode` boolean, required
    - `payoutMethod` 'electronic_check' | 'teller_ach' | 'wire_transfer', required
    - `electronicCheckName` string, required
    - `electronicCheckEmail` string, required

---

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