Forum Discussion
Enumerate group members
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.
2 Replies
- alvsgapNew Member
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
- Eric_ZhangMicrosoft Employee
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.