server-client-python icon indicating copy to clipboard operation
server-client-python copied to clipboard

Add user to impersonate when signing in with Admin user token

Open difemaro opened this issue 2 years ago • 1 comments

Summary

In the REST API is documented that you can impersonate a user using token authentication: image

Request Type

New Feature

Type 1: support a REST API: Yes, this is a supported feature in REST API: Signing in with server administrator's personal access token(Link opens in a new window) (PAT) to impersonate a user (not available for Tableau Cloud): https://help.tableau.com/current/api/rest_api/en-us/REST/rest_api_ref_authentication.htm#sign_in

Description

Currently, impersonate user is only available for username and password in tableau_auth.py, however it could be needed in other cases where username and password is not available.

difemaro avatar Feb 24 '23 00:02 difemaro

Would be fixed by #1219

jorwoods avatar Apr 19 '23 11:04 jorwoods