Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
hi,I am a powerbi administrator and I try to call admin api and Found I can't get data using the aad token I get.
After calling the admin api "https://docs.microsoft.com/en-us/rest/api/power-bi/admin/groups_getgroupsasadmin",I only get the String "",and nothing returns.
And I click the "try it" button at the page “https://docs.microsoft.com/en-us/rest/api/power-bi/admin/groups_getgroupsasadmin” “
and I can get the data. And I open the network tool and found it's using the pbi_access_token not the access_token And I copy the pbi_access_token to my code and it's ok.
so How Can I call the admin api?
But the same token can be used to call other api.
So I don't know where I do the mistake.