We get an error in powershell with "invoke-RestMethod" on "https://api.powerbi.com/v1.0/myorg/admin/groups." $groups = Invoke-RestMethod -Uri $urigroups –Headers $authHeader –Method GET –Verbose ...
v-jiascu-msft
7 years agoMicrosoft Employee
Hi Hamer57 ,
I have reported this issue to the Product Team. There could be a workaround for now.
Add the $top parameter to the URL: https://api.powerbi.com/v1.0/myorg/admin/groups?$top=3000
Best Regards,
Dale