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!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
Hi All,
I want to get the list of users who have access to that particular report.
Can we get the below users using any API or Power Automate flow?
Thanks in advance
Solved! Go to Solution.
Hi @sayyedkohler , You can use the Power BI REST APIs for this.
https://learn.microsoft.com/en-us/rest/api/power-bi/
Specifically one of these two:
https://learn.microsoft.com/en-us/rest/api/power-bi/datasets/get-dataset-users-in-group
https://learn.microsoft.com/en-us/rest/api/power-bi/admin/reports-get-report-users-as-admin
Hi @sayyedkohler , You can use the Power BI REST APIs for this.
https://learn.microsoft.com/en-us/rest/api/power-bi/
Specifically one of these two:
https://learn.microsoft.com/en-us/rest/api/power-bi/datasets/get-dataset-users-in-group
https://learn.microsoft.com/en-us/rest/api/power-bi/admin/reports-get-report-users-as-admin
Thank you @Anonymous ,
Group one is working, but I am not able to fetch report-wise users:
https://learn.microsoft.com/en-us/rest/api/power-bi/admin/reports-get-report-users-as-admin
getting response code 401
Can you please help?