---
title: "Update Organization Details"
method: PUT
path: "/organization/{organization_uid}"
---

# Update Organization Details

`PUT /organization/{organization_uid}`

Create new Organization

## Path parameters

- `organization_uid` string, required

## Request body

- object
  - `organization` object — Organization object
    - `organization_logo` string — Organization Logo
    - `organization_email` string — Organization Email
    - `customers` string[] — Organization's customer uids
    - `teams` object[] — Organization's Teams uids
      - `team_uid` string — Team uid
    - `custom_fields` object[] — Custom Fields
      - `label` string, required
      - `value` string, required
      - `type` string, required
      - `ref_uid` string
      - `module_name` 'JOB' | 'CUSTOMER' | 'EMPLOYEE' | 'ESTIMATE' | 'INVOICE' | 'PRODUCT' | 'PURCHASE_ORDER' | 'SERVICE_CONTRACT' | 'ASSET' | 'PROPERTY' | 'ORGANIZATION' | 'TEAM' | 'REQUEST' | 'PROJECT'
      - `hide_to_fe` boolean
      - `hide_field` boolean
      - `read_only` boolean
      - `group_name` string
      - `group_uid` string
    - `attachments` object[] — Attachments details
      - `file_name` string, required
      - `url` string, required
      - `file_size` integer
      - `visible_to_customer` boolean
    - `organization_address` object — Organization's Address
      - `city` string
      - `state` string
      - `street` string
      - `country` string
      - `landmark` string
      - `zip_code` string
      - `geo_cordinates` number[]
      - `first_name` string
      - `last_name` string
      - `phone_number` string — Customer phone number
      - `email` string — Customer email
      - `label` string — Label
    - `organization_billing_address` object — Organization Billing Address
      - `city` string
      - `state` string
      - `street` string
      - `country` string
      - `landmark` string
      - `zip_code` string
      - `geo_cordinates` number[]
      - `first_name` string
      - `last_name` string
      - `phone_number` string — Customer phone number
      - `email` string — Customer email
      - `label` string — Label
    - `is_portal_enabled` boolean — Customer portal flag to show the organization
    - `additional_emails` string[]

## Response `200`

200

- object
  - `type` string
  - `message` string
  - `data` object
    - `organization_uid` string

## Other responses

- `400` — 400
- `500` — 500

---

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