SOLVED

Get group members returns maximum 100 users

Brass Contributor

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
best response confirmed by BoHyun (Brass Contributor)
Solution
Hi,

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

Thanks

Henry
1 best response

Accepted Solutions
best response confirmed by BoHyun (Brass Contributor)