get_tenant_default_preference
Retrieve a tenant's default category preferences, which serve as the inheritance baseline for new users. Use to inspect current defaults before updating or to diagnose unexpected preference states.
Instructions
Read a tenant's default category preferences — the inheritance baseline applied to new users in this tenant.
When to use:
Before update_suprsend_tenant_default_preference, to read current defaults.
To diagnose why new users have unexpected preference state.
When NOT to use:
For individual user / object preferences — use get_suprsend_user_preferences or get_suprsend_object_preferences.
Returns: the tenant's full default-preference tree.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tenant_id | Yes | The tenant_id of the tenant to get the default preference from. | |
| workspace | No | SuprSend workspace to get the tenant from. |