The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
I would like to know if there is an API that I can call to get the list of all members under the Row-Level Security group just like the one to get group users 'https://api.powerbi.com/v1.0/myorg/groups/{groupId}/users' that returns a list of users that have access to specific workspace.
In the attached screen below, I would like to return 42 members in the 'Salesrep' group.
Thank you,
Vy
Solved! Go to Solution.
@Anonymous
I assume you are trying to reuse the member list of Salesrep. If that is the case, I would recommend you create an AD security group and apply that in the Salesrep role.
Also please refer to this link for understanding the various implementations of Dynamic RLS.
https://community.powerbi.com/t5/Community-Blog/Dynamic-Row-Level-Security-Dynamic-RLS/bc-p/808090
Did I answer your question? Mark my post as a solution!
Appreciate with a kudos 🙂
@Anonymous
I assume you are trying to reuse the member list of Salesrep. If that is the case, I would recommend you create an AD security group and apply that in the Salesrep role.
Also please refer to this link for understanding the various implementations of Dynamic RLS.
https://community.powerbi.com/t5/Community-Blog/Dynamic-Row-Level-Security-Dynamic-RLS/bc-p/808090
Did I answer your question? Mark my post as a solution!
Appreciate with a kudos 🙂
Thank you for your suggestion. I already created the AD security group and was able to get the members.