Get Inspire insights from former attendees in our AMA discussion thread on Inspire Buzz. ACEs and other community members are on call all week to answer!

Alteryx Designer Cloud Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Cloud.
SOLVED

Flow ownership transfer

43e0a22239487a85233b
8 - Asteroid

I have a flow created by an user that left my organization. We are using dataprep at Google Cloud Platform. He was the owner and I would like to transfer the flow ownership to other user, is it possible? 

 

Im asking that because, once Im domain admin, when I disabled his ID, the flows (schedules, etc) stopped to run as expected.

 

Thanks.

3 REPLIES 3
Trifacta_Alumni
Alteryx Alumni (Retired)

Hi @Gustavo Castanheira?,

 

You can use the Transfer User Assets API call to transfer ownership of the departed user's flows. Be sure to user the following request body schema:

{ "fromPersonEmail": "string", "toPersonEmail": "string" }

This will allow you to identify the two users through their email addresses.

 

Let me know if this helps!

43e0a22239487a85233b
8 - Asteroid

it worked perfectly thanks a lot

Hi @Connor Carreras?,

 

are there any plans to provide that functionality (changing the owner of the flow) in the UI (e.g. in the Admin Console)? From my perspective this is a quite common use case that somebody leaves and one wants to change the ownership of the corresponding flows. One can of course do that with the provided API call (thx!) but in an Enterprise ready software that should probably part of the UI.

 

Best Regards

Markus