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 August 31st. Request your voucher.
Hi friends,
Browsing the REST API I've found I can enumerate the groups the logged in account is a member off.
What I need, though, is to enumerate the members of a specific group in Power BI.
Does anybody know whether there is a way to list the members of an specific group through any API ?
Thanks in advance,
Armando Lacerda
Solved! Go to Solution.
@alvsgap wrote:
Hi friends,
Browsing the REST API I've found I can enumerate the groups the logged in account is a member off.
What I need, though, is to enumerate the members of a specific group in Power BI.
Does anybody know whether there is a way to list the members of an specific group through any API ?
Thanks in advance,
Armando Lacerda
There's no such Power BI REST API to list group members. However Power BI Group are actually using O365 group and there's actually one Microsft Graph List members API that can achieve your goal.
See the tutorial how to get the accesstoken for Microsoft Graph API.
Hi friends,
Browsing the REST API I've found I can enumerate the groups the logged in account is a member off.
What I need, though, is to enumerate the members of a specific group in Power BI.
Does anybody know whether there is a way to list the members of an specific group through any API ?
Thanks in advance,
Armando Lacerda
@alvsgap wrote:
Hi friends,
Browsing the REST API I've found I can enumerate the groups the logged in account is a member off.
What I need, though, is to enumerate the members of a specific group in Power BI.
Does anybody know whether there is a way to list the members of an specific group through any API ?
Thanks in advance,
Armando Lacerda
There's no such Power BI REST API to list group members. However Power BI Group are actually using O365 group and there's actually one Microsft Graph List members API that can achieve your goal.
See the tutorial how to get the accesstoken for Microsoft Graph API.