shan
shan

Reputation: 152

Create User with Tableau API

i am developing a Webapplication with user authentication. Some Tableau Views should be integrated in our Application. And each user can only see small part of the data. Our idea is, we create tableau users with tableau APIs in background and filter the datasource with some additional configurations...

Now i have a problem, i could not find the description of "creating user" in tableau api reference. Does anyone know, if it is possible?

Thanks & best regards,

Shan

Upvotes: 3

Views: 1968

Answers (1)

shan
shan

Reputation: 152

I got it. First i have to "Add User to Site", and then modify the information with "update user".

API Reference: https://onlinehelp.tableau.com/current/api/rest_api/en-us/help.htm#REST/rest_api_ref.htm#Add_User_to_Site%3FTocPath%3DAPI%2520Reference%7C_____14

Upvotes: 1

Related Questions