The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Is there any way to get all Reports user list and Workspace user list in Power Bi Service
Solved! Go to Solution.
Use the Scanner API for that.
Fun fact: Does not work for audience membership auditing. Come on, Microsoft, that is ridiculous!
Hi @KrishnaConduent ,
You can also use REST API to get workspace users and report users.
Here are some links for your reference:
Workspace users----Groups - Get Group Users - REST API (Power BI Power BI REST APIs) | Microsoft Learn
Report users----Reports - Get Report In Group - REST API (Power BI Power BI REST APIs) | Microsoft Learn
Best regards,
Mengmeng Li
Hi @KrishnaConduent ,
You can also use REST API to get workspace users and report users.
Here are some links for your reference:
Workspace users----Groups - Get Group Users - REST API (Power BI Power BI REST APIs) | Microsoft Learn
Report users----Reports - Get Report In Group - REST API (Power BI Power BI REST APIs) | Microsoft Learn
Best regards,
Mengmeng Li
Hi thanks for your response. Report users will not work in the API that you have provided. It is for Reports under a group not users.
Use the Scanner API for that.
Fun fact: Does not work for audience membership auditing. Come on, Microsoft, that is ridiculous!