The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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?