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? I can't use the azure audit logs since they only look at activity, not potential activity. I couldn't find a Powershell Cmdlet that pulls members of a workspace, or app. Please tell me this is feasable, I really don't feel like manually going through everything.
- Hi 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) - Currently 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.
7 Replies
- GilbertQ
Super User
Hi 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)- caseycook
Helper I
GilbertQ wrote:
Hi 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)
It appears that you can only expand the users in the new workspace experience. Is there a way to get the users for the old workspaces?- GilbertQ
Super User
Currently 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.