Forum Discussion
caseycook
Helper I
7 years agoQuarterly audit for user access to Workspaces, Apps, dashboards, and reports.
I need to be able to audit who has access to workspaces, apps, reports, and dashboards on a quarterly basis. Is there a way to pull this information either via powershell or within Power BI itself? ...
- 7 years agoHi there
There are Power BI Admin APIs which will allow you to get the information you require.
Here is an example of an API that gets all the users in an App Workspace.
Yes this could all be put into a PowerShell script and loop through all the App Workspaces
https://docs.microsoft.com/en-us/rest/api/power-bi/admin/groups_getgroupsasadmin#get_workspaces_with_users_expanded_(only_applicable_for_workspaces_in_the_new_workspace_experience) - 7 years agoCurrently that is not possible.
And in the near future all App Workspaces will be migrated to the V2 App Workspaces, which then will allow you to view the members.