Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,867 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I am using Microsoft Graph API to get contacts of the user, while checking through postaman it shows only 10 results. Is there restriction on the API, can we change it?
Simply adjust the value of the $top parameter or use the @odata.nextLink. I'd strongly recommend you review the following articles:
https://learn.microsoft.com/en-us/graph/query-parameters#top-parameter
https://learn.microsoft.com/en-us/graph/paging