Forum Discussion
arpost
3 years agoPost Prodigy
Help Appreciated! Need assistance with Pipeline calls using REST API
Howdy, PBI Community! I am trying to set up a Power Automate custom connector to use for Rest APIs and can successfully run API calls like Get Dataflows with my current setup, but I always get a 401 ...
arpost
3 years agoPost Prodigy
Thanks for the reply, Watsky! Good question. I am also getting a 401 when trying to use the Admin API you linked. Anything pertaining to pipelines fail for me despite the fact that I am an admin.
When I use the Try it! feature, I get a response as expected, which suggests to me there's a problem with the app registration in Azure. But I can't figure out what it would be since (1) other API calls using that app reg. work just fine (e.g., Get Groups, Get Dataflows) and (2) I have enabled all permissions pertaining to Pipelines (except Deploy) as instructed by MS doc.
Very frustrating!
lbendlin
3 years agoSuper User
Check your auth token with jwt.io - might be a missing scope.