api - $expand filters on OData returning 19 values -


i trying group members using below query -

https://graph.microsoft.com/v1.0/groups?$filter=startswith(displayname,'ci-')&$top=100&$expand=members 

members of each group returning 19 values, though actual values should 268. returns groups, members inside group limited 19, dont see documentation on odata expand talking members.

if run each group separately getting values.

https://graph.microsoft.com/v1.0/groups/group_id/members?$top=999 

json response -


Comments

Popular posts from this blog

ios - MKAnnotationView layer is not of expected type: MKLayer -

ZeroMQ on Windows, with Qt Creator -

unity3d - Unity SceneManager.LoadScene quits application -