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 ...
ksabi
6 years agoAdvocate II
Anonymous If you still have the issue,
I tried this url and it works for me. https://api.powerbi.com/v1.0/myorg/admin/groups?%24top=100
It appears that the $ is not read correctly.
Best Regards,
ksabi