update_org_settings
Update core settings for your organization: name, country, default_time_zone, base_currency, first_day_of_month (1-28), auto_close_month_after_days, and the budget alert thresholds (budget_warning_threshold_percent must be less than budget_critical_threshold_percent). The organization is fixed by your context - never pass an organization id. Only the fields you provide are changed; everything else is left as-is.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Organization display name. | |
| country | No | Organization country. | |
| base_currency | No | Base ISO 4217 currency code (e.g. USD, EUR). | |
| idempotency_key | No | Optional caller-supplied key; retrying with the same key returns the original result instead of acting twice. | |
| default_time_zone | No | Default IANA/Windows time zone id (e.g. America/New_York). | |
| first_day_of_month | No | Day the billing month starts (1-28). | |
| auto_close_month_after_days | No | Auto-close a month this many days after it ends (0 = never). | |
| budget_warning_threshold_percent | No | Utilization % at which a project is flagged At-Risk (must be less than the critical threshold). | |
| budget_critical_threshold_percent | No | Utilization % at which a project is flagged Over-Budget (must be greater than the warning threshold). |