Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Hello 🙂
Is there a way to see what reports a specific user has access to in PBI Services?
I know, that I can see the list of users in a specific report. But We publish a lot of different reports and I would like to see, what reports a specific user has access to.
Is there a way or do I have to click through all th reports and check the user permission lists?
Thanks for your help
Solved! Go to Solution.
Hi @Askaran , You can use Admin - Users GetUserArtifactAccessAsAdmin. It returns a list of Power BI items (such as reports or dashboards) that the specified user has access to.
https://docs.microsoft.com/en-us/rest/api/power-bi/admin/users-get-user-artifact-access-as-admin
Thank you for your help 🙂
Hi @Askaran ,
Please try if you could add specific user id in this API.
https://docs.microsoft.com/en-us/rest/api/power-bi/reports/get-reports-in-group#definitions
Also please take a look at the admin audit.
https://docs.microsoft.com/en-us/power-bi/admin/service-admin-auditing
Best Regards,
Jay
Hi @Askaran , You can use Admin - Users GetUserArtifactAccessAsAdmin. It returns a list of Power BI items (such as reports or dashboards) that the specified user has access to.
https://docs.microsoft.com/en-us/rest/api/power-bi/admin/users-get-user-artifact-access-as-admin
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
Check out the November 2025 Power BI update to learn about new features.