New REST API - Tenant Settings API for managing tenant-level configuration in Qlik Cloud
The Tenant Settings API allows tenant administrators to programmatically manage cross-region data processing for AI capabilities, like Qlik Answers and Qlik MCP Server, and manage tenant start page settings.
Cross-region data processing
Some Qlik Cloud AI features require access to services in other regions. Enabling cross-region data processing allows Qlik Cloud to temporarily send the data required for processing to the AWS region where the service is available, process the request there, and return the results.
By opting in, you confirm that you are authorized to enable this feature and agree to have your data processed in other regions.
For more information on cross-region data processing and its implications, see Enabling cross-region data processing on Qlik Help and the Qlik Cross Region Data Processing article in Qlik Community.
API operations
The API supports the following operations:
POST /tenant-settings: Create initial tenant settings configuration.GET /tenant-settings: Retrieve current tenant settings.PATCH /tenant-settings: Update existing tenant settings using JSON Patch operations.DELETE /tenant-settings: Delete tenant settings and revert to defaults.GET /tenant-settings/start-pages: Retrieve configured start pages.POST /tenant-settings/actions/toggle-cross-region-data-processing: Enable or disable cross-region data processing for AI capabilities.
For more information, see the reference documentation for the Tenant Settings API.