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

Prepping for a Fabric certification exam? Join us for a live prep session with exam experts to learn how to pass the exam. Register now.

Reply
Rabbasrssr
Frequent Visitor

How to update users from RBAC tool and push this to Power BI report server

Hi,

I need to update our users from our RBAC tool and push this to Power BI report server.
Is there any ways to do so?


Keeping the following in mind:
- I havent found a rest api's for Power BI report server to update users, if there is a way can you provide so guidelines and sources?
- I have tried the route of powershell within the ReportingServicesTools module and couldnt find any cmdlets that makes me update users
- As we are not using Windows Active Directory, is there any ways to do this with local user cmdlets? Are there any sources available that relates to power bi report server?
I am refering to the following Cmdlets:
Microsoft.PowerShell.LocalAccounts Module - PowerShell | Microsoft Learn

 

Thanks in advance!

3 REPLIES 3
d_gosbell
Super User
Super User

I don't know anything about your RBAC tool. But if you can add the users manually through the web portal you can automate this using the REST API.

Rabbasrssr
Frequent Visitor

Thanks for the info, does the mentioned endpoint or another allow us as well to update users(adding for example) pushed from our RBAC tool to PBI RS? 

d_gosbell
Super User
Super User

The REST API has /Policies endpoints for updating user access to resources. A policy links a user or group to one or more roles for a specific resource such as a report, folder, catalogitem, etc. The following is the endpoint for setting the policies on a folder object PBIRS | 2.0 | microsoft-rs | SwaggerHub the other API endpoints for the other report server items are also listed on Swagger Hub. You can also use the network tab in the browser developer tools to see what API calls are made when you change permissions on the Portal to get some example payloads from your specific environment.

Helpful resources

Announcements
PBIApril_Carousel

Power BI Monthly Update - April 2025

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

Notebook Gallery Carousel1

NEW! Community Notebooks Gallery

Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.

April2025 Carousel

Fabric Community Update - April 2025

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