Forum Discussion
Americo Perez
Dec 30, 2018Iron Contributor
Get group members with MS Graph?
Hi, I am trying to get the list of members of a specific group but I am getting nothing. This is how I am making the call: public componentDidMount(): void { this.props.graphClient ...
Devagnanam Jayaseelan (DEVA)
Microsoft
Feb 02, 2019Are you looking to use MS Graph API to get members in a given Office 365 group? If yes, then you can try this.
1) First get the group id of the group
2) Second use the following API call to get the list of group members in it.
GET https://graph.microsoft.com/v1.0/groups/{id}/members
Hope this helps.
- Americo PerezMar 12, 2019Iron Contributor
Hi,
Thanks but I am actually interested in team sites members, which users belong to a Team site
Regards