Open
Description
Describe the bug
I have a bunch of users imported into the server v2022.1.4. They are imported from an AD tree with multiple domains (multiforest).
Versions
Details of your environment, including:
- Tableau Server version = 2022.1.4
- Python version = 3.8
- TSC library version = 0.19
To Reproduce
import tableauserverclient as TSC
tableau_auth = TSC.TableauAuth('USERNAME', 'PASSWORD')
server = TSC.Server('https://SERVERURL')
with server.auth.sign_in(tableau_auth):
all_users, pagination_item = server.users.get()
print([user.domain_name for user in all_users])
Results
All rows have blank domain names, although querying the repo via the system_users table returns domain ids for the same users.
NOTE: Be careful not to post user names, passwords, auth tokens or any other private or sensitive information.