Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
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.