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
use $top and $skip
DerekLedbetter
1 year agoFrequent Visitor
Thanks.
I have the documentation. However, I don't know how to write it in powershell using skip and top. Please note, I'm a beginner when it comes to API.