Forum Discussion
Export workspace permissions
- 2 years ago
Hi Anonymous You can use the Power BI Rest API to get the list of users for each workspace.
Click on the Try it. Then you can enter the Workspace ID and get the list of users for that workspace.
https://learn.microsoft.com/en-us/rest/api/power-bi/admin/groups-get-group-users-as-admin
Or use Powershell to loop through the workspaces and export the list of users:
- 2 years ago
Hi,
Your audit logs will be having those details.You can check with your tenant admin he will be able to query that data incase if they have the data.
Otherwise you can pull the data using rest API.You can refer this -
https://learn.microsoft.com/en-us/rest/api/power-bi/groups/get-group-users
Thanks,
Sai Teja
Hi Anonymous You can use the Power BI Rest API to get the list of users for each workspace.
Click on the Try it. Then you can enter the Workspace ID and get the list of users for that workspace.
https://learn.microsoft.com/en-us/rest/api/power-bi/admin/groups-get-group-users-as-admin
Or use Powershell to loop through the workspaces and export the list of users: