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 ...
- Aug 29, 2020Hi,
Is there anything of use at https://docs.microsoft.com/en-us/graph/query-parameters
Thanks
Henry
HenryPhillipsNimbitech
Aug 29, 2020Bronze Contributor
Hi,
Is there anything of use at https://docs.microsoft.com/en-us/graph/query-parameters
Thanks
Henry
Is there anything of use at https://docs.microsoft.com/en-us/graph/query-parameters
Thanks
Henry