Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Is there a way to tell, what workspaces and reports that a user has access to?
Don
Solved! Go to Solution.
Hey @dfox09 ,
you can get this information with the Power BI REST API.
The following method should give you the result you want:
Admin - Groups GetGroupsAsAdmin - REST API (Power BI Power BI REST APIs) | Microsoft Docs
Also check the following article:
Hi @dfox09 ,
You can also check this link:
Returns a list of workspaces the user has access to.
https://docs.microsoft.com/en-us/rest/api/power-bi/groups/getgroups
As long as you get the workspace that can be accessed, it means that your minimum authority is View, and you can access all the reports inside.
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @dfox09 ,
You can also check this link:
Returns a list of workspaces the user has access to.
https://docs.microsoft.com/en-us/rest/api/power-bi/groups/getgroups
As long as you get the workspace that can be accessed, it means that your minimum authority is View, and you can access all the reports inside.
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Thank you Liu!
Hey @dfox09 ,
you can get this information with the Power BI REST API.
The following method should give you the result you want:
Admin - Groups GetGroupsAsAdmin - REST API (Power BI Power BI REST APIs) | Microsoft Docs
Also check the following article:
Thank you Denis!
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!