Forum Discussion
DavidPi
4 years agoAdvocate II
Power BI API - return unexpexted result
Hello, I am trying to use Postman and call Power BI API. First I call https://login.microsoftonline.com/9b511fda-f0b1-43a5-b06e-1e720f64520a/oauth2/token and received token. That is ok. Then I...
- 4 years ago
You're supposed to cal the official API at https://api.powerbi.com/v1.0/myorg/groups
Groups - Get Groups - REST API (Power BI Power BI REST APIs) | Microsoft Docs
Do you see the same error message there? Do you maybe not have access to any workspaces in your tenant?
DavidPi
4 years agoAdvocate II
I see, maybe thats why @odata.count: 0 - our app don't have permission.
I am going to ask our tenant admins.