Tableau Migration SDK 6.0.0
  • Articles
  • Code Samples
  • Python API Reference
  • C# API Reference
Show / Hide Table of Contents
  • SDK Terminology
  • Features & Tableau REST API Versions
  • Configuration
    • Data Loading
    • Skipping Content Types
  • Dependency Injection
    • Custom Migration Services
  • Plan Validation
  • Logging
  • Hooks
    • Custom Hooks
    • Example Hook Use Cases
    • Python Hook Update from v3 to v4+
  • User Authentication
  • Custom View File
  • Troubleshooting

Features and Tableau REST API Versions

The following table shows all content types supported by the Tableau Migration SDK and their corresponding REST API versions. This helps you determine which features are available based on your Tableau Server or Tableau Cloud version.

Content Type or Feature First Introduced REST API Version(s) Tableau Version(s) Comments
Users SDK 1.0.0 2.0+ 2018.1+ Tableau REST API: Get Users on Site
Groups SDK 1.0.0 2.0+ 2018.1+ Tableau REST API: Get Groups for a Site
Projects SDK 1.0.0 2.0+ 2018.1+ Tableau REST API: Query Projects
Data Sources SDK 1.0.0 2.0+ 2018.1+ Tableau REST API: Query Data Sources
Workbooks SDK 1.0.0 2.0+ 2018.1+ Tableau REST API: Query Workbooks for Site
Permissions SDK 1.0.0 2.0+ 2018.1+ Tableau REST API: Permissions Methods
Extract Refresh Tasks SDK 4.1.0 3.19/3.20 2023.1/2023.2 Tableau REST API: Get Extract Refresh Tasks
Custom Views SDK 4.3.0 3.21 2023.3 Tableau REST API: List Users with Custom View as Default
Subscriptions SDK 5.1.1 3.22/3.23 2024.1/2024.2 Tableau REST API: List Subscriptions
Embedded Credentials SDK 5.1.1 3.22/3.23 2024.1/2024.2 Server 2024.2+ only
Tableau REST API: Download Data Source Encrypted Keychain
Tableau REST API: Download Workbook Encrypted Keychain
Multi-IdP Support SDK 5.1.1 3.24/3.25 2024.3/2025.1 Tableau REST API: List Authentication Configurations in a Site
Tableau REST API: Add User to Site
Group Sets SDK 5.3.0 3.22 2024.2 Tableau REST API: List Group Sets
Favorites SDK 5.3.0 3.23 2024.2 Tableau REST API: Get Favorites for User
  • Edit this page
In this article