The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
I would like to know if there is any way to add members (people or group) to a specific role using some kind of power shell script or API or even programatically. The users with access will be sitting in a table populated by an external system. So bascically every time an user is added to the table, I will trigger a process to add the user as a member.
Solved! Go to Solution.
hi @rperes
To my knowledge, There is no way to add a user for RLS via Power Shell, API directly.
And you try this workaround, you could add users into security group, then set RLS by this security group.
Now add users in a table to security group via Power Shell.
Regards,
Lin
hi @rperes
To my knowledge, There is no way to add a user for RLS via Power Shell, API directly.
And you try this workaround, you could add users into security group, then set RLS by this security group.
Now add users in a table to security group via Power Shell.
Regards,
Lin
@rperes - I do not see anything obvious in the Power BI REST API's or Powershell references.