Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
Anonymous
Not applicable

Power BI REST API

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.

1 ACCEPTED SOLUTION
v-easonf-msft
Community Support
Community Support

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

View solution in original post

1 REPLY 1
v-easonf-msft
Community Support
Community Support

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

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors