API calls for Tableau
The Tableau connector makes API calls to Tableau to retrieve data.
Sign in
Uses the POST operation to retrieve an access token.
URI:https://{domain}.online.tableau.com/api/3.18/auth/signin
See Tableau API docs for more information.
Users
Uses the GET operation to retrieve a list of users, their subscriptions and activity.
URI:https://{domain}.online.tableau.com/api/3.18/sites/{siteId}/users
See Tableau API docs for more information.