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.
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.