By default, MSGraph returns for a query just the first 100 results ("pagination"). To obtain…
Show more
MSGraph: added built-in support for paginationBy default, MSGraph returns for a query just the first 100results ("pagination"). To obtain more results, it isnecessary to issue multiple requests. If "-max_entries" isspecified, the interface tries to get the requestednumber of entries. If there are less entries available,just these are returned.The parameter -max_entries was added to the following calls:- group list- group member list- user list
Show less