Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
I currently have an Azure Data Factory Pipeline that extracts all Power BI Groups from our tenancy. Just recently as of 1/13/2022.
the endpoint used: Admin - Groups GetGroupsAsAdmin - REST API (Power BI Power BI REST APIs) | Microsoft Docs
I have tested this using the bearer token in postman and getting the following error same as on the MS test page.
Based on MS docs: this is the required parameter to be passed under admin/groups and pass a parameter integer vaule for the top n and fails:
GET https://api.powerbi.com/v1.0/myorg/admin/groups?$top={$top}
I have also tested with URL encoding as there may have been a recent change that replaces the "$" for the encoding equal to "%24" and still cannot get a 200 response.
Posting this here as I believe there an issue with this endpoint.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Update from PG team:
Fix is being deployed for the issue, most likely to be deployed within 4-5 days.
In the meantime you can try below workarounds:
e.g. https://api.powerbi.com/v1.0/myorg/admin/groups?%24top=5000
Best Regards,
Community Support Team _ Yingjie Li