---
title: "POST /orgs/save"
method: POST
path: "/orgs/save"
tags: ["orgs"]
---

# POST /orgs/save

`POST /orgs/save`

Updates the current organization's info. Only web or MCP sessions are allowed to call this endpoint. Omit the `X-Phantombuster-Org` header to call this endpoint.

## Headers

- `X-Phantombuster-Org` string

## Request body

- object
  - `name` string — New organization name.
  - `displayName` string — New organization display name.
  - `timezone` string — New organization timezone. Changing your timezone will affect your agent's automatic scheduling.
  - `company` string, nullable — New company name.
  - `billingAddress` object, nullable — New billing address.
    - `street` string, required
    - `city` string, required
    - `zip` string, required
    - `countryCode` string, required
  - `billingMail` string, nullable — New billing email address.
  - `billingFirstName` string, nullable — New billing first name.
  - `billingLastName` string, nullable — New billing last name.
  - `vatId` string, nullable — New organization's VAT id.
  - `globalObject` string, nullable — New organization's global object.
  - `proxies` object, nullable — New organization's proxy pools.
  - `additionalInvoiceInformation` string, nullable — New additional invoice information.
  - `crmIntegrationOptions` object — New organization's CRM integration options.
    - `contactUpdateOnly` boolean — Only update contacts in CRM.
  - `customPromptOrg` string, nullable — Custom AI prompt at workspace level.

## Response `200`

Organization updated successfully.

- object
  - `id` string, required

## Other responses

- `400` — Invalid VAT ID or invalid billing address provided.
- `403` — Endpoint was called with a non-web or MCP session.
- `412` — Invalid VAT ID.

---

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