organizations_update
Update an existing organization in Pipedrive, modifying only specified fields including custom fields, address, and visibility settings.
Instructions
Update an existing organization. Only provided fields will be updated.
Custom fields:
Pass display names: { "custom_fields": { "Industry": "Tech", "Tier": "Gold" } }
Or hash keys directly: { "custom_fields": { "abc123...": "raw value" } }
For enum/set fields, pass option labels (not ids).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Organization ID | |
| name | No | Organization name | |
| label | No | ID of the label to assign to the organization | |
| address | No | Street address | |
| owner_id | No | ID of the user who will be the owner | |
| visible_to | No | Visibility: 1=Owner only, 3=Entire company, 5=Owner's followers, 7=Owner and visibility group | |
| address_route | No | Street name | |
| custom_fields | No | Custom field values keyed by display name or hash. e.g. { "Industry": "Tech" } | |
| address_country | No | Country | |
| address_locality | No | City | |
| address_subpremise | No | Apartment/suite number | |
| address_postal_code | No | Postal code | |
| address_sublocality | No | District/sublocality | |
| address_street_number | No | Street number | |
| address_formatted_address | No | Full formatted address | |
| address_admin_area_level_1 | No | State/province | |
| address_admin_area_level_2 | No | County/region |