update_org_unit_custom_property
Update a custom property value for an organization unit by specifying the property ID, type, and value. Supports text, date, password, HTML link, and enumerated types.
Instructions
Update a custom property value on an organization unit (SO, customer, or site). propertyType must match the property definition.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| orgUnitId | Yes | The organization unit ID | |
| propertyId | Yes | The custom property ID | |
| propertyName | No | The property name | |
| propertyType | No | Property type | |
| value | No | The property value to set | |
| enumeratedValueList | No | Allowed values if propertyType is ENUMERATED |