Forum Discussion
I’m trying to programmatically retrieve Power BI report subscription details using the Admin API end
- 1 year ago
Thanks for information, The Admin API worked when we "Enable service principal to access powerbi API" and Application permission in Azure portal for PowerBI service should not have Application based permission. Worked for me after I revoked admin consent for below permission.
--->Tenant.Read.All(Should not be Application type and Revoke admin consent)
I hope the information provided was helpful. If you still have questions, please don't hesitate to reach out to the community.
- ajaynathreddy1 year agoNew Member
Thanks for information, The Admin API worked when we "Enable service principal to access powerbi API" and Application permission in Azure portal for PowerBI service should not have Application based permission. Worked for me after I revoked admin consent for below permission.
--->Tenant.Read.All(Should not be Application type and Revoke admin consent)- Anonymous1 year agoNot applicable
Glad to hear your issue was resolved, and thank you for sharing it with the community. This will be helpful for others facing similar problems. Please accept the relevant solution. If you have any further issues, please feel free to reach out to the community.
Thanks.