update_organization_settings
Update organization settings by enabling or disabling features like directory sync. Provide environment and organization IDs along with a feature list to apply changes.
Instructions
Update the settings of an organization. Requires environmentId parameter (format: env_). It needs the following parameters: organizationId, feature (valid json key-value pair array) {[{"name":"dir_sync","enabled":true}]}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| features | Yes | ||
| environmentId | Yes | ||
| organizationId | Yes |