We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

Create groups on tableau server

apra7
5 - Atom

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

1 REPLY 1
albert_alaluf
10 - Fireball
10 - Fireball

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

Albert Alaluf
Alteryx ACE
https://www.linkedin.com/in/alaluf/
Labels
Top Solution Authors