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.
Hello all,
Hope you're having a great day.
Does anybody knows how can I get the list of user access/permissions by report level? because I can get the data from workspace with this get request https://api.powerbi.com/v1.0/myorg/groups/{groupId}/users, but I can't find it for report level, note that I don't have admin access. Do I have any options to get this data?
Kind regards,
Moises.
Solved! Go to Solution.
Hi, @Anonymous
Request https://api.powerbi.com/v1.0/myorg/groups/{groupId}/users is used to returns a list of users that have access to the specified workspace.
As of now, PowerBI RestAPI doesn't suport to obtaining the list of user access by report level.
Please refer to this document for more details about PowerBI RestAPI.
https://docs.microsoft.com/en-us/rest/api/power-bi/
Best Regards,
Community Support Team _ Eason
Hi, @Anonymous
Request https://api.powerbi.com/v1.0/myorg/groups/{groupId}/users is used to returns a list of users that have access to the specified workspace.
As of now, PowerBI RestAPI doesn't suport to obtaining the list of user access by report level.
Please refer to this document for more details about PowerBI RestAPI.
https://docs.microsoft.com/en-us/rest/api/power-bi/
Best Regards,
Community Support Team _ Eason