Forum Discussion

Syndicate_Admin's avatar
Syndicate_Admin
Administrator
3 years ago

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//dataflow//update-owner
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//oauth2/token) or what the other headers should be.

Has anyone interacted with this API?
Thanks in advance

2 Replies

  • foodd's avatar
    foodd
    Community 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

     

  • 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.