Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Don't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.

Reply
aruna02
Regular 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 1
lbendlin
Super User
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

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

Jan25PBI_Carousel

Power BI Monthly Update - January 2025

Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.

December 2024

A Year in Review - December 2024

Find out what content was popular in the Fabric community during 2024.