Forum Discussion

BoHyun's avatar
BoHyun
Brass Contributor
Aug 28, 2020
Solved

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

1 Reply

  • Hi,

    Is there anything of use at https://docs.microsoft.com/en-us/graph/query-parameters

    Thanks

    Henry

Resources