Forum Discussion
aruna02
2 years agoRegular Visitor
To list all the available Gateways in the Tenant using rest api
Hi Experts,
Im new to Power BI. I am trying to find the available gateways at the tenant level using the Rest API at the admin level.
As per the below document,I am able to find the personal gateways that were created by me by using the Rest API call. Similarly, I need to find the gateways registered by all the users in the tenant. I am looking for the API to get the gateways registered by all the users. please help me with the above things.
https://learn.microsoft.com/en-us/rest/api/power-bi/gateways/get-gateways
Thanks
1 Reply
- lbendlin
Super User
Json.Document( Web.Contents( "https://api.powerbi.com/v2.0/myorg", [ RelativePath = "gatewayclusters?$expand=permissions,memberGateways&$skip=0", Headers = [ #"Content-Type" = "application/json" ] ] ) ),Source: PowerBIRESTAPI/Power BI API/PowerBIRESTAPI/PBIAPI.pq at master · migueesc123/PowerBIRESTAPI · GitHub