Forum Discussion
PowerBIDev
6 years agoRegular Visitor
Power BI REST API to get list of users
Hi There,
How to get the list of users who have access to specific report (not workspace / group) through Power BI REST API.
Thanks in Advance.
Regards,
Vin
- Hi there
Currently if your workspaces are using the new Modern Workspaces (V2) you can do this via the Power BI API
https://docs.microsoft.com/en-us/rest/api/power-bi/admin/groups_getgroupsasadmin#get-workspaces-with-users-expanded-(only-applicable-for-workspaces-in-the-new-workspace-experience)
If the workspaces are on the classic (v1) workspace you cannot.
1 Reply
- GilbertQSuper UserHi there
Currently if your workspaces are using the new Modern Workspaces (V2) you can do this via the Power BI API
https://docs.microsoft.com/en-us/rest/api/power-bi/admin/groups_getgroupsasadmin#get-workspaces-with-users-expanded-(only-applicable-for-workspaces-in-the-new-workspace-experience)
If the workspaces are on the classic (v1) workspace you cannot.