Forum Discussion
Anonymous
5 years agoNot applicable
Call Power BI REST API without delegated permissions
Hello, we need to use the Power BI API in order to get metadata about data refresh from an external app. It looks like the only valid authentication method is through delegated permissions, but f...
- Anonymous5 years ago
Finally, our approach was to create a service principal in Azure.
Use Azure service principals with Azure PowerShell | Microsoft Docs
v-lionel-msft
Community Support
5 years agoHi Anonymous ,
" I wonder if we could create a user with access to ALL datasets, but with no access to power bi service. So that this user can only access to the dataset throught the API."
I suddenly thought that maybe you can use O365 administrator account to get Audit log instead of API.
Best regards,
Lionel Chen
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- Anonymous5 years agoNot applicable
Hi v-lionel-msft, thank you so much for your support. Finally, it seems that we found the solution creating a "service principal" in Azure.