get_suprsend_tenant
Retrieve a tenant's settings, branding metadata, and custom properties by tenant ID. Get full state for multi-tenant SaaS deployments.
Instructions
Get a tenant's settings, branding metadata, and custom properties by tenant_id. Tenants are sub-accounts of a workspace, modeling end-customers in multi-tenant SaaS deployments.
When to use: the user references a tenant by id and you need its full state.
When NOT to use:
To enumerate all tenants — use get_suprsend_tenants.
For tenant-level preference defaults — use get_tenant_default_preference.
Returns: the tenant's settings (branding URLs, contact info, custom fields).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tenant_id | Yes | The tenant_id of the tenant to get. | |
| workspace | No | SuprSend workspace to get the tenant from. |