---
title: "Update Organization"
method: PATCH
path: "/v1/organizations/{id}"
tags: ["organizations", "public"]
---

# Update Organization

`PATCH /v1/organizations/{id}`

Update an organization.

**Scopes**: `organizations:write`

## Path parameters

- `id` string, uuid4, required — The organization ID.

## Request body

- OrganizationUpdate
  - `name` string, nullable
  - `avatar_url` string, uri, nullable
  - `email` string, email, nullable — Public support email.
  - `website` string, uri, nullable — Official website of the organization.
  - `socials` OrganizationSocialLink[], nullable — Links to social profiles.
    - `platform` 'x' | 'github' | 'facebook' | 'instagram' | 'youtube' | 'tiktok' | 'linkedin' | 'threads' | 'discord' | 'other', required
    - `url` string, uri, required — The URL to the organization profile
  - `details` OrganizationDetails
    - `about` string, nullable — Brief information about you and your business.
    - `product_description` string, nullable — Description of digital products being sold.
    - `selling_categories` string[] — Categories of products being sold.
    - `pricing_models` string[] — Pricing models used by the organization.
    - `intended_use` string, nullable — How the organization will integrate and use Polar.
    - `customer_acquisition` string[] — Main customer acquisition channels.
    - `future_annual_revenue` integer, nullable — Estimated revenue in the next 12 months
    - `switching` boolean — Switching from another platform?
    - `switching_from` 'paddle' | 'lemon_squeezy' | 'gumroad' | 'stripe' | 'other', nullable — Which platform the organization is migrating from.
    - `previous_annual_revenue` integer, nullable — Revenue from last year if applicable.
  - `country` 'AD' | 'AE' | 'AF' | 'AG' | 'AI' | 'AL' | 'AM' | 'AO' | 'AQ' | 'AR' | 'AS' | 'AT' | 'AU' | 'AW' | 'AX' | 'AZ' | 'BA' | 'BB' | 'BD' | 'BE' | 'BF' | 'BG' | 'BH' | 'BI' | 'BJ' | 'BL' | 'BM' | 'BN' | 'BO' | 'BQ' | 'BR' | 'BS' | 'BT' | 'BV' | 'BW' | 'BY' | 'BZ' | 'CA' | 'CC' | 'CD' | 'CF' | 'CG' | 'CH' | 'CI' | 'CK' | 'CL' | 'CM' | 'CN' | 'CO' | 'CR' | 'CV' | 'CW' | 'CX' | 'CY' | 'CZ' | 'DE' | 'DJ' | 'DK' | 'DM' | 'DO' | 'DZ' | 'EC' | 'EE' | 'EG' | 'EH' | 'ER' | 'ES' | 'ET' | 'FI' | 'FJ' | 'FK' | 'FM' | 'FO' | 'FR' | 'GA' | 'GB' | 'GD' | 'GE' | 'GF' | 'GG' | 'GH' | 'GI' | 'GL' | 'GM' | 'GN' | 'GP' | 'GQ' | 'GR' | 'GS' | 'GT' | 'GU' | 'GW' | 'GY' | 'HK' | 'HM' | 'HN' | 'HR' | 'HT' | 'HU' | 'ID' | 'IE' | 'IL' | 'IM' | 'IN' | 'IO' | 'IQ' | 'IS' | 'IT' | 'JE' | 'JM' | 'JO' | 'JP' | 'KE' | 'KG' | 'KH' | 'KI' | 'KM' | 'KN' | 'KR' | 'KW' | 'KY' | 'KZ' | 'LA' | 'LB' | 'LC' | 'LI' | 'LK' | 'LR' | 'LS' | 'LT' | 'LU' | 'LV' | 'LY' | 'MA' | 'MC' | 'MD' | 'ME' | 'MF' | 'MG' | 'MH' | 'MK' | 'ML' | 'MM' | 'MN' | 'MO' | 'MP' | 'MQ' | 'MR' | 'MS' | 'MT' | 'MU' | 'MV' | 'MW' | 'MX' | 'MY' | 'MZ' | 'NA' | 'NC' | 'NE' | 'NF' | 'NG' | 'NI' | 'NL' | 'NO' | 'NP' | 'NR' | 'NU' | 'NZ' | 'OM' | 'PA' | 'PE' | 'PF' | 'PG' | 'PH' | 'PK' | 'PL' | 'PM' | 'PN' | 'PR' | 'PS' | 'PT' | 'PW' | 'PY' | 'QA' | 'RE' | 'RO' | 'RS' | 'RW' | 'SA' | 'SB' | 'SC' | 'SD' | 'SE' | 'SG' | 'SH' | 'SI' | 'SJ' | 'SK' | 'SL' | 'SM' | 'SN' | 'SO' | 'SR' | 'SS' | 'ST' | 'SV' | 'SX' | 'SZ' | 'TC' | 'TD' | 'TF' | 'TG' | 'TH' | 'TJ' | 'TK' | 'TL' | 'TM' | 'TN' | 'TO' | 'TR' | 'TT' | 'TV' | 'TW' | 'TZ' | 'UA' | 'UG' | 'UM' | 'US' | 'UY' | 'UZ' | 'VA' | 'VC' | 'VE' | 'VG' | 'VI' | 'VN' | 'VU' | 'WF' | 'WS' | 'YE' | 'YT' | 'ZA' | 'ZM' | 'ZW', nullable — Two-letter country code (ISO 3166-1 alpha-2).
  - `feature_settings` OrganizationFeatureSettingsUpdate — Feature settings that organizations can update themselves. Other feature settings are managed by Polar staff: they're ignored if provided and keep their current value.
    - `seat_based_pricing_enabled` boolean — If this organization has seat-based pricing enabled
    - `member_model_enabled` boolean — If this organization has the Member model enabled
    - `checkout_localization_enabled` boolean — If this organization has checkout localization enabled
    - `overview_metrics` string[], nullable — Ordered list of metric slugs shown on the dashboard overview.
  - `subscription_settings` OrganizationSubscriptionSettings
    - `allow_multiple_subscriptions` boolean, required
    - `proration_behavior` 'invoice' | 'prorate' | 'next_period', required
    - `benefit_revocation_grace_period` integer, required
    - `prevent_trial_abuse` boolean, required
    - `allow_customer_updates` boolean, required
  - `customer_email_settings` OrganizationCustomerEmailSettings
    - `order_confirmation` boolean, required
    - `payment_method_expiration_reminder` boolean, required
    - `subscription_cancellation` boolean, required
    - `subscription_confirmation` boolean, required
    - `subscription_cycled` boolean, required
    - `subscription_cycled_after_trial` boolean, required
    - `subscription_past_due` boolean, required
    - `subscription_paused` boolean, required
    - `subscription_resumed` boolean, required
    - `subscription_renewal_reminder` boolean, required
    - `subscription_revoked` boolean, required
    - `subscription_trial_conversion_reminder` boolean, required
    - `subscription_uncanceled` boolean, required
    - `subscription_updated` boolean, required
  - `customer_portal_settings` OrganizationCustomerPortalSettings
    - `usage` CustomerPortalUsageSettings, required
      - `show` boolean, required
    - `subscription` CustomerPortalSubscriptionSettings, required
      - `update_seats` boolean, required
      - `update_plan` boolean, required
      - `pause` boolean
    - `customer` CustomerPortalCustomerSettings
      - `allow_email_change` boolean
  - `dispute_settings` OrganizationDisputeSettingsUpdate
    - `auto_accept_below_amount` integer, nullable — Concede disputes below this amount, in USD cents, without asking the organization. A dispute charged in another currency converts at the rate its payment settled at. `null` turns it off. The disputed amount and the processor's dispute fee are still deducted.
  - `embed_hosts` string[], nullable — Hosts allowed to embed this organization's checkout. An entry is a host and an optional port, without a scheme: HTTPS is always allowed, and HTTP too for local hosts — `localhost`, any `.localhost` or `.local` name, and loopback or private addresses. `*.example.com` matches any subdomain, but not `example.com` itself. An app origin such as `chrome-extension://abcdef` carries its scheme, having no host to match on.
  - `default_presentment_currency` 'aed' | 'all' | 'amd' | 'aoa' | 'ars' | 'aud' | 'awg' | 'azn' | 'bam' | 'bbd' | 'bdt' | 'bif' | 'bmd' | 'bnd' | 'bob' | 'brl' | 'bsd' | 'bwp' | 'bzd' | 'cad' | 'cdf' | 'chf' | 'clp' | 'cny' | 'cop' | 'crc' | 'cve' | 'czk' | 'djf' | 'dkk' | 'dop' | 'dzd' | 'egp' | 'etb' | 'eur' | 'fjd' | 'fkp' | 'gbp' | 'gel' | 'gip' | 'gmd' | 'gnf' | 'gtq' | 'gyd' | 'hkd' | 'hnl' | 'htg' | 'huf' | 'idr' | 'ils' | 'inr' | 'isk' | 'jmd' | 'jpy' | 'kes' | 'kgs' | 'khr' | 'kmf' | 'krw' | 'kyd' | 'kzt' | 'lak' | 'lkr' | 'lrd' | 'lsl' | 'mad' | 'mdl' | 'mga' | 'mkd' | 'mnt' | 'mop' | 'mur' | 'mvr' | 'mwk' | 'mxn' | 'myr' | 'mzn' | 'nad' | 'ngn' | 'nio' | 'nok' | 'npr' | 'nzd' | 'pab' | 'pen' | 'pgk' | 'php' | 'pkr' | 'pln' | 'pyg' | 'qar' | 'ron' | 'rsd' | 'rwf' | 'sar' | 'sbd' | 'scr' | 'sek' | 'sgd' | 'shp' | 'sos' | 'srd' | 'szl' | 'thb' | 'tjs' | 'top' | 'try' | 'ttd' | 'twd' | 'tzs' | 'uah' | 'ugx' | 'usd' | 'uyu' | 'uzs' | 'vnd' | 'vuv' | 'wst' | 'xaf' | 'xcd' | 'xcg' | 'xof' | 'xpf' | 'yer' | 'zar' | 'zmw'
  - `default_tax_behavior` 'location' | 'inclusive' | 'exclusive'
  - `sso_enforced` boolean, nullable — Whether members must access this organization through its SSO connection. Turning this on requires an active SSO session for this organization and at least one enabled SSO connection.

## Response `200`

Organization updated.

- Organization
  - `created_at` string, date-time, required — Creation timestamp of the object.
  - `modified_at` string, date-time, nullable, required — Last modification timestamp of the object.
  - `id` string, uuid4, required — The ID of the object.
  - `name` string, required — Organization name shown in checkout, customer portal, emails etc.
  - `slug` string, required — Unique organization slug in checkout, customer portal and credit card statements.
  - `avatar_url` string, nullable, required — Avatar URL shown in checkout, customer portal, emails etc.
  - `proration_behavior` 'invoice' | 'prorate' | 'next_period' | 'reset', required
  - `allow_customer_updates` boolean, required — Whether customers can update their subscriptions from the customer portal.
  - `email` string, nullable, required — Public support email.
  - `website` string, nullable, required — Official website of the organization.
  - `socials` OrganizationSocialLink[], required — Links to social profiles.
    - `platform` 'x' | 'github' | 'facebook' | 'instagram' | 'youtube' | 'tiktok' | 'linkedin' | 'threads' | 'discord' | 'other', required
    - `url` string, uri, required — The URL to the organization profile
  - `status` 'created' | 'review' | 'snoozed' | 'denied' | 'active' | 'blocked' | 'offboarding' | 'offboarded', required
  - `details_submitted_at` string, date-time, nullable, required — When the business details were submitted for review.
  - `onboarding_resubmission_requested_at` string, date-time, nullable, required — When Polar requested that the organization review and resubmit its onboarding information, if applicable.
  - `sso_enforced` boolean, required — Whether members must access this organization through its SSO connection.
  - `default_presentment_currency` string, required — Default presentment currency. Used as fallback in checkout and customer portal, if the customer's local currency is not available.
  - `default_tax_behavior` 'location' | 'inclusive' | 'exclusive', required
  - `feature_settings` OrganizationFeatureSettings, required
    - `issue_funding_enabled` boolean — If this organization has issue funding enabled
    - `seat_based_pricing_enabled` boolean — If this organization has seat-based pricing enabled
    - `wallets_enabled` boolean — If this organization has Wallets enabled
    - `member_model_enabled` boolean — If this organization has the Member model enabled
    - `checkout_localization_enabled` boolean — If this organization has checkout localization enabled
    - `overview_metrics` string[], nullable — Ordered list of metric slugs shown on the dashboard overview.
    - `reset_proration_behavior_enabled` boolean — If this organization has access to reset proration behavior.
    - `off_session_charges_enabled` boolean — If this organization can create and finalize draft orders via the API (off-session charges against a saved payment method).
    - `slack_benefit_enabled` boolean — Enables the slack shared channel benefit
    - `preview_access_enabled` boolean — If this organization has preview access to new features enabled
    - `disputes_enabled` boolean — If this organization has the disputes dashboard enabled
    - `sso_enabled` boolean — If this organization has single sign-on configuration enabled
    - `dispute_auto_accept_enabled` boolean — If this organization can set a threshold below which Polar concedes disputes on its behalf. Requires `disputes_enabled`.
    - `compass_enabled` boolean — If this organization has the split product navigation (Billing / Compass / Customers) enabled in the dashboard
    - `merchant_migration_enabled` boolean — If this organization can migrate its billing from another provider (e.g. Stripe) to Polar.
  - `subscription_settings` OrganizationSubscriptionSettings, required
    - `allow_multiple_subscriptions` boolean, required
    - `proration_behavior` 'invoice' | 'prorate' | 'next_period', required
    - `benefit_revocation_grace_period` integer, required
    - `prevent_trial_abuse` boolean, required
    - `allow_customer_updates` boolean, required
  - `customer_email_settings` OrganizationCustomerEmailSettings, required
    - `order_confirmation` boolean, required
    - `payment_method_expiration_reminder` boolean, required
    - `subscription_cancellation` boolean, required
    - `subscription_confirmation` boolean, required
    - `subscription_cycled` boolean, required
    - `subscription_cycled_after_trial` boolean, required
    - `subscription_past_due` boolean, required
    - `subscription_paused` boolean, required
    - `subscription_resumed` boolean, required
    - `subscription_renewal_reminder` boolean, required
    - `subscription_revoked` boolean, required
    - `subscription_trial_conversion_reminder` boolean, required
    - `subscription_uncanceled` boolean, required
    - `subscription_updated` boolean, required
  - `customer_portal_settings` OrganizationCustomerPortalSettings, required
    - `usage` CustomerPortalUsageSettings, required
      - `show` boolean, required
    - `subscription` CustomerPortalSubscriptionSettings, required
      - `update_seats` boolean, required
      - `update_plan` boolean, required
      - `pause` boolean
    - `customer` CustomerPortalCustomerSettings
      - `allow_email_change` boolean
  - `dispute_settings` OrganizationDisputeSettings, required — `auto_accept_below_amount` is in Polar's settlement currency (USD).
    - `auto_accept_below_amount` integer, nullable, required
  - `embed_hosts` string[], required — Hosts allowed to embed this organization's checkout. An entry is a host and an optional port, without a scheme: HTTPS is always allowed, and HTTP too for local hosts — `localhost`, any `.localhost` or `.local` name, and loopback or private addresses. `*.example.com` matches any subdomain, but not `example.com` itself. An app origin such as `chrome-extension://abcdef` carries its scheme, having no host to match on.
  - `embed_hosts_enforced` boolean, required — Whether an embedding page's origin must match `embed_hosts`. Organizations that have not configured a list yet embed unchecked until the allowlist is enforced for everyone.
  - `country` 'AD' | 'AE' | 'AF' | 'AG' | 'AI' | 'AL' | 'AM' | 'AO' | 'AQ' | 'AR' | 'AS' | 'AT' | 'AU' | 'AW' | 'AX' | 'AZ' | 'BA' | 'BB' | 'BD' | 'BE' | 'BF' | 'BG' | 'BH' | 'BI' | 'BJ' | 'BL' | 'BM' | 'BN' | 'BO' | 'BQ' | 'BR' | 'BS' | 'BT' | 'BV' | 'BW' | 'BY' | 'BZ' | 'CA' | 'CC' | 'CD' | 'CF' | 'CG' | 'CH' | 'CI' | 'CK' | 'CL' | 'CM' | 'CN' | 'CO' | 'CR' | 'CU' | 'CV' | 'CW' | 'CX' | 'CY' | 'CZ' | 'DE' | 'DJ' | 'DK' | 'DM' | 'DO' | 'DZ' | 'EC' | 'EE' | 'EG' | 'EH' | 'ER' | 'ES' | 'ET' | 'FI' | 'FJ' | 'FK' | 'FM' | 'FO' | 'FR' | 'GA' | 'GB' | 'GD' | 'GE' | 'GF' | 'GG' | 'GH' | 'GI' | 'GL' | 'GM' | 'GN' | 'GP' | 'GQ' | 'GR' | 'GS' | 'GT' | 'GU' | 'GW' | 'GY' | 'HK' | 'HM' | 'HN' | 'HR' | 'HT' | 'HU' | 'ID' | 'IE' | 'IL' | 'IM' | 'IN' | 'IO' | 'IQ' | 'IR' | 'IS' | 'IT' | 'JE' | 'JM' | 'JO' | 'JP' | 'KE' | 'KG' | 'KH' | 'KI' | 'KM' | 'KN' | 'KP' | 'KR' | 'KW' | 'KY' | 'KZ' | 'LA' | 'LB' | 'LC' | 'LI' | 'LK' | 'LR' | 'LS' | 'LT' | 'LU' | 'LV' | 'LY' | 'MA' | 'MC' | 'MD' | 'ME' | 'MF' | 'MG' | 'MH' | 'MK' | 'ML' | 'MM' | 'MN' | 'MO' | 'MP' | 'MQ' | 'MR' | 'MS' | 'MT' | 'MU' | 'MV' | 'MW' | 'MX' | 'MY' | 'MZ' | 'NA' | 'NC' | 'NE' | 'NF' | 'NG' | 'NI' | 'NL' | 'NO' | 'NP' | 'NR' | 'NU' | 'NZ' | 'OM' | 'PA' | 'PE' | 'PF' | 'PG' | 'PH' | 'PK' | 'PL' | 'PM' | 'PN' | 'PR' | 'PS' | 'PT' | 'PW' | 'PY' | 'QA' | 'RE' | 'RO' | 'RS' | 'RU' | 'RW' | 'SA' | 'SB' | 'SC' | 'SD' | 'SE' | 'SG' | 'SH' | 'SI' | 'SJ' | 'SK' | 'SL' | 'SM' | 'SN' | 'SO' | 'SR' | 'SS' | 'ST' | 'SV' | 'SX' | 'SY' | 'SZ' | 'TC' | 'TD' | 'TF' | 'TG' | 'TH' | 'TJ' | 'TK' | 'TL' | 'TM' | 'TN' | 'TO' | 'TR' | 'TT' | 'TV' | 'TW' | 'TZ' | 'UA' | 'UG' | 'UM' | 'US' | 'UY' | 'UZ' | 'VA' | 'VC' | 'VE' | 'VG' | 'VI' | 'VN' | 'VU' | 'WF' | 'WS' | 'YE' | 'YT' | 'ZA' | 'ZM' | 'ZW', nullable — Two-letter country code (ISO 3166-1 alpha-2).
  - `account_id` string, uuid4, nullable, required — ID of the transactions account.
  - `payout_account_id` string, uuid4, nullable, required — ID of the payout account.
  - `capabilities` OrganizationCapabilities, required
    - `checkout_payments` boolean, required — Whether the organization can accept new checkout payments.
    - `subscription_renewals` boolean, required — Whether the organization can process subscription renewals.
    - `payouts` boolean, required — Whether the organization can withdraw its balance.
    - `refunds` boolean, required — Whether the organization can issue refunds.
    - `api_access` boolean, required — Whether the organization can access the API.
    - `dashboard_access` boolean, required — Whether the organization can access the dashboard.

## Other responses

- `403` — You don't have the permission to update this organization, or dispute auto-accept isn't enabled for it.
- `404` — Organization not found.
- `409` — Cannot enforce SSO without an enabled connection.
- `422` — Validation Error

---

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