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

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

Reply
JimK
Advocate I
Advocate I

REST API Gateway datasource user roles

When calling the REST API to get list of gateway data source users, the datasourceAccessRight always shows as "Read" ... even when user has Owner or User with resharing permissions on the data source.

 

Is there any way to query for these data source security roles?

 

sample API call:

GET https://api.powerbi.com/v1.0/myorg/gateways/1f69e798-5852-4fdd-ab01-33bb14b6e934/datasources/252b9de...

4 REPLIES 4
JimK
Advocate I
Advocate I

Another year gone by...  still no way to check on the roles assigned to a data source using API that I can see.

(User, User with Resharing, and Owner).  😞

ibarrau
Super User
Super User

Hi. That's ok. If you keep reading the doc until you get here:

https://docs.microsoft.com/en-us/rest/api/power-bi/gateways/get-datasource-users#datasourceuseracces...

You will see that "Reader" is actually the highest permission. You can read or you cannot. Then there is a third permission for embedding but reader means owner/admin in here.

I hope that helps,


If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Happy to help!

LaDataWeb Blog

Thanks for replying!

But there are more fine-grained options now for Gateway data sources.

Users can be granted one of the following 3 roles in the UI:  User, User with Resharing, and Owner. 

There does not appear to be a way to get this info from the API...because no matter what role a user is assigned, it shows them with a datasourceAccessRight = Reader.

I am really hoping to find a way to get a list of Owners specifically!

It seems like the API has not kept up with the UI.

 

Almost a year later... and still seeing the same results. 

There does not appear to be a way to get at the permissions users have been assigned in the UI.

Please someone show me that I am wrong! 🤞

Helpful resources

Announcements
Sept PBI Carousel

Power BI Monthly Update - September 2024

Check out the September 2024 Power BI update to learn about new features.

September Hackathon Carousel

Microsoft Fabric & AI Learning Hackathon

Learn from experts, get hands-on experience, and win awesome prizes.

Sept NL Carousel

Fabric Community Update - September 2024

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

Top Solution Authors