Forum Discussion
BoHyun
Aug 28, 2020Brass Contributor
Get group members returns maximum 100 users
using c#, using microsoft graph api.
When get team members, I use this code
var members = await graphClient.Groups[{id}].Members
.Request()
.GetAsync();
But I want to get more than 100 members.
Thanks,
Bohyun
- Hi,
Is there anything of use at https://docs.microsoft.com/en-us/graph/query-parameters
Thanks
Henry
1 Reply
- HenryPhillipsNimbitechBronze ContributorHi,
Is there anything of use at https://docs.microsoft.com/en-us/graph/query-parameters
Thanks
Henry