Forum Discussion
https://us.prod.powerquery.microsoft.com/ API
Does anyone know how to interact with https://us.prod.powerquery.microsoft.com/ API?
I am trying to change the owner of a PowerApps Dataflow. This can be done by sending a POST request to https://us.prod.powerquery.microsoft.com/api/dataflow/group/
with the body:
{"newOwnerName":"Francisco Legon","newOwnerUserId":"","previousOwnerUserId":""}
But I don't know how to get the bearer token for the authorization header (maybe through https://login.microsoftonline.com/
Has anyone interacted with this API?
Thanks in advance
2 Replies
- fooddCommunity Champion
Would you please consider moving this post involving API usage to the Microsoft Power BI Community Developer Forum, where they focus on the following: Custom visual creation, API usage, real-time dashboards, integrating with Power BI, content packs. Basically, everything about extending Power BI.
https://community.fabric.microsoft.com/t5/Developer/bd-p/Developer - Syndicate_AdminAdministrator
Hello @Syndicate_Admin . This is not a Power BI question, I am talking about Dataverse/PowerApps Dataflows. As far as I'm concerned, the Fabric Forum is for PowerBI related questions.