---
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
  - `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
  - `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
  - `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
  - `whitelistedDomains` boolean, nullable
  - `enableReadOnlyOwnerRole` boolean, nullable
  - `enableSnowflakeDashV2` 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

- `422` — Validation Error

## Changes

- **2026-08-27** `382a042b72c9` — 1 info
  - added the new optional request property `enableSnowflakeDashV2`
- **2026-08-25** `64fc5b1ea2a2` — 1 info
  - added the new optional request property `enableAIServiceAlerts`
- **2026-08-21** `b9cc757ca795` — 1 info
  - added the new optional request property `freemiumModeEnabled`
- **2026-08-19** `6aa0788aa5dc` — 1 info
  - added the new optional request property `enableSystemStatus`
- **2026-08-08** `103580dad816` — 2 info
  - added the new optional request property `enableAICaching`
  - added the new optional request property `enableAIConversations`

[Change 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-service-production.skmtc.workers.dev/v1/apis/myaltimate/fastapi/revisions/82206441f16e/schema)
