Forum Discussion
DerekLedbetter
1 year agoFrequent Visitor
API - Admin - Groups GetGroupsAsAdmin - can't get it to work
To whom it may concern: I've tried following the documentation at Admin - Groups GetGroupsAsAdmin - REST API (Power BI Power BI REST APIs) | Microsoft Learn. Granted I've built a powershell and ...
- 1 year ago
run a second call
$topn="%24top=5000"
$skip="%24skip=5000"
$Url = "https://api.powerbi.com/v1.0/myorg/admin/groups?$topn&$skip"
lbendlin
1 year agoSuper User
run a second call
$topn="%24top=5000"
$skip="%24skip=5000"
$Url = "https://api.powerbi.com/v1.0/myorg/admin/groups?$topn&$skip"
DerekLedbetter
1 year agoFrequent Visitor
Thanks for the assist.
I was able to get all the workspaces by performing two calls.