Hello,
I am working on a workflow that will allow us to auto provision a user based on a security output from another workflow. I am not very familiar nor have a good grasp on the v3 API for Alteryx. The attached workflow is what I have so far. I have figured out how to bring the user list. However, what I am now wanting to do is update a user with the PUT(I think) tool, but I am not sure how to go about setting up the workflow tools. Can someone show me an example of the ordering and tools that are needed to do this? Basically I am trying to update a user from Artisan to Curator as an example.
Thank you
Solved! Go to Solution.
Hi @Link86
Have you seen the V3 API Macro Pack? I think these may be what you are looking for. Here is a link to the Alteryx Community page:
Yes, they are what I am trying to use. Just don't know how to put them together since Alteryx does not support them and I have yet to find actual documentation on the tools themselves.
@Link86 , you'll want to use the "Server API PUT" Macro in the pack that @T_Willins referred to.
See screenshot:
You can see the API documentation on the Gallery. See screenshot below.
Please see the attached for an example of how to make an API request to update the role of a user in the Gallery.
NOTE: you'll have to update the following elements.
Please mark this as the solution if this resolves your issue so that other's in the community can benefit from our collaboration.
Thanks.