---
title: "Patch Tenant Info"
method: PATCH
path: "/auth/tenant-info"
tags: ["AUTH"]
---

# Patch Tenant Info

`PATCH /auth/tenant-info`

## Headers

- `x-tenant` string

## Request body

- PatchTenantInfoRequest
  - `currency` string, nullable
  - `frontendUrl` string, nullable
  - `teammatesEnabled` boolean, nullable
  - `enableCostReports` boolean, nullable
  - `enableCustomReports` boolean, nullable
  - `enableSnowflakeContracts` boolean, nullable
  - `snowflakeTagsEnabled` boolean, nullable
  - `enableComputePool` boolean, nullable
  - `rbacEnabled` boolean, nullable
  - `exportLineageEnabled` boolean, nullable
  - `enableBiFeature` boolean, nullable
  - `dbtWorkloadEnabled` boolean, nullable
  - `costAttributionEnabled` boolean, nullable
  - `accessRulesDisabled` boolean, nullable
  - `disableAccountCosts` boolean, nullable
  - `costAnalysisReportsEnabled` boolean, nullable
  - `streamlitNotebooksEnabled` boolean, nullable
  - `storedProceduresEnabled` boolean, nullable
  - `enableStreamlitWorkloads` boolean, nullable
  - `sigmaWorkbooksEnabled` boolean, nullable
  - `enableKnowledgeEngine` boolean, nullable
  - `enableKnowledgeEngineLearningsV2` boolean, nullable
  - `enableKnowledgeEngineMultimodal` boolean, nullable
  - `dbtIntegrationEnabled` boolean, nullable
  - `enableWarehouseSizeRecommendation` boolean, nullable
  - `enableCostAttributionInTeams` boolean, nullable
  - `enableTenantSwitching` boolean, nullable
  - `enableOpportunityTicketCreation` boolean, nullable
  - `enableAdvancedGuardRails` boolean, nullable
  - `staleResourcesEnabled` boolean, nullable
  - `enableCreditsPage` boolean, nullable
  - `enablePromptLibrary` boolean, nullable
  - `enableCloudIntegration` boolean, nullable
  - `enableCustomWorkloadsChartAggregation` boolean, nullable
  - `enableProjectionAgent` boolean, nullable
  - `enableSemanticLayer` boolean, nullable
  - `enableAIServicesInCodePage` boolean, nullable
  - `queryAiServicesOwnerOnly` boolean, nullable
  - `enableAIConversations` boolean, nullable
  - `enableAICaching` boolean, nullable
  - `enableAIServiceAlerts` boolean, nullable
  - `isDatabricksTenant` boolean, nullable
  - `isSparkAnalysisEnabled` boolean, nullable
  - `enableAltimateCode` boolean, nullable
  - `ssoGroupSyncEnabled` boolean, nullable
  - `ssoLoginEnabled` boolean, nullable
  - `ssoUserRefreshMins` integer, nullable
  - `enableStudioCitations` boolean, nullable
  - `enableStudioShareableLinks` boolean, nullable
  - `enableStudioScheduledReports` boolean, nullable
  - `enableStudioOpportunities` boolean, nullable
  - `showDefaultScheduleBlocks` boolean, nullable
  - `enableDbtJobsListing` boolean, nullable
  - `disableTaskSelectionAutoTuneDatabricks` boolean, nullable
  - `disableAllPurposeAutotune` boolean, nullable
  - `showCloudCosts` boolean, nullable
  - `showCloudCostProjections` boolean, nullable
  - `whitelistedDomains` boolean, nullable
  - `enableReadOnlyOwnerRole` boolean, nullable
  - `enablePriorityTab` boolean, nullable
  - `enableImplementedTab` boolean, nullable
  - `enableSystemStatus` boolean, nullable
  - `warehouseSchedulerEnabled` boolean, nullable
  - `newAutoTuneUIEnabled` boolean, nullable
  - `useClickhouseChatOnChart` boolean, nullable
  - `enableDBTIntegration` boolean, nullable
  - `enableInformaticaIntegration` boolean, nullable
  - `enableTransparencyAnnotations` boolean, nullable
  - `freemiumModeEnabled` boolean, nullable

## Response `200`

Successful Response

- StandardResponse
  - `ok` boolean, required

## Other responses

- `400` — No IdP is configured for this login host
- `403` — Owner role required
- `422` — Validation Error
- `503` — Could not verify the identity provider configuration

## Changes

- **2026-09-24** `eb8306fa77dd` — 1 warning
  - removed the request property `enableSnowflakeDashV2`
- **2026-09-23** `eebfc2f234e1` — 1 info
  - added the new optional request property `enableStreamlitWorkloads`
- **2026-09-18** `69d783a14ff6` — 1 info
  - added the new optional request property `sigmaWorkbooksEnabled`
- **2026-09-11** `70e0a3e5cb0d` — 5 info
  - added the new optional request property `snowflakeTagsEnabled`
  - added the new optional request property `ssoLoginEnabled`
  - added the non-success response with the status `400`
  - added the non-success response with the status `403`
  - …1 more
- **2026-09-04** `51aa5d004c49` — 1 info
  - added the new optional request property `showCloudCostProjections`

[Full history](https://skmtc.dev/myaltimate/apis/fastapi/changes/auth/tenant-info/patch.md)

---

[API](https://skmtc.dev/myaltimate/apis/fastapi.md) · [All operations](https://skmtc.dev/myaltimate/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc.dev/myaltimate/apis/fastapi/revisions/eb8306fa77dd?raw)
