Hi,
I have a requirement where i need to create bulk groups on tableau server.
The input sheet will have two columns one with group names and second column will have corresponding user names.
I can directly do it from tableau server ,but that would be a manual process.
So, i need to automate this thing using workflow.
When workflow runs it should create groups and users under these groups on tableau server.
Can you please send me any image of workflow which caters to my requirement.
And any document.
Please help me asap.
thanks
Plea
Hi @apra7
To answer your question, check Tableau REST APIs.
https://help.tableau.com/current/api/rest_api/en-us/REST/rest_api_ref.htm
The main document starts here.
https://help.tableau.com/current/api/rest_api/en-us/REST/rest_api.htm
I worked a little bit on Tableau REST APIs. I believe you quickly figured it out. The first link, from API method categories, users and group methods, you can find all you need.
I hope this answers your question.
Albert