---
title: "PATCH /Organizations/{id}"
method: PATCH
path: "/Organizations/{id}"
tags: ["Organizations"]
---

# PATCH /Organizations/{id}

`PATCH /Organizations/{id}`

## Path parameters

- `id` string, required

## Query parameters

- `api-version` string

## Request body

- Organization
  - `id` string, nullable
  - `userIds` string[], nullable — Array of user ids from the logged in user.
  - `name` string, nullable
  - `address` Address
    - `line1` string, nullable
    - `line2` string, nullable
    - `city` string, nullable
    - `state` string, nullable
    - `postalCode` string, nullable
    - `country` string, nullable — This is the short ISO code for the country
    - `countryFullName` string, nullable — This is the full country name
  - `primaryContact` Contact
    - `firstName` string, nullable
    - `lastName` string, nullable
    - `emailAddress` string, nullable
    - `phoneNumber` string, nullable
  - `paymentMethodId` string, nullable — Id of the user's payment method.
  - `vatNumber` string, nullable
  - `industry` string, nullable
  - `createdOn` integer — Timestamp of when the user was created.
  - `modifiedOn` integer — Timestamp of when the user was last modified.
  - `additionalContacts` Contact[], nullable
    - `firstName` string, nullable
    - `lastName` string, nullable
    - `emailAddress` string, nullable
    - `phoneNumber` string, nullable

## Response `200`

Success

---

[API](https://skmtc.dev/liveswitch/apis/liveswitch-cloud-api.md) · [All operations](https://skmtc.dev/liveswitch/apis/liveswitch-cloud-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/liveswitch/liveswitch-cloud-api/revisions/1b39d4a01c13/schema)
