update_org_custom_property_default
Update the default value of an organizational custom property and optionally propagate changes to child units using a specified propagation strategy.
Instructions
Update the default value of an org-unit custom property and optionally propagate the change down the org hierarchy. propagationType controls which levels receive the update.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| orgUnitId | Yes | The organization unit ID that owns the property | |
| propertyId | No | The custom property ID | |
| propertyName | No | The property name | |
| defaultValue | No | The new default value | |
| propagate | No | Whether to propagate changes to children org units | |
| propagationType | No | Propagation strategy | |
| selectedOrgUnitIds | No | Specific org unit IDs the property applies to | |
| enumeratedValueList | No | Allowed values if the property type is ENUMERATED |