### Usage `m365 pp gateway list` ### Description Returns a list of gateways for which the user is an admin ### Options N\A ### Additional Info We can use the Power BI REST API to return a list of Data Gateways in the current organisation. ``` GET https://api.powerbi.com/v1.0/myorg/gateways ``` Requires `Dataset.Read.All` scope. Source: https://docs.microsoft.com/en-us/rest/api/power-bi/gateways/get-gateways
Usage
m365 pp gateway listDescription
Returns a list of gateways for which the user is an admin
Options
N\A
Additional Info
We can use the Power BI REST API to return a list of Data Gateways in the current organisation.
Requires
Dataset.Read.Allscope.Source: https://docs.microsoft.com/en-us/rest/api/power-bi/gateways/get-gateways