Skip to main content

API calls for Tableau

Tableau connector API calls to Tableau for retrieval of data.

References

  • 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.