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 got the responses from the Product Team. They will update the documentation. The $top parameter is mandatory for better performance. If you have more than 5000 App workspaces, you can get them by calling the API more than once.
Best Regards,
Dale