update_organization
Update an existing Zendesk organization by providing its ID and any fields to change. Clear domain names or tags by passing empty arrays.
Instructions
Update an existing organization. Pass only the fields you want to change. To clear domain_names or tags, pass an empty array.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Organization ID to update | |
| name | No | Updated organization name | |
| domain_names | No | Updated domain names | |
| details | No | Updated details | |
| notes | No | Updated notes | |
| tags | No | Updated tags |