Forum Discussion

Arun_Joseph's avatar
Arun_Joseph
Copper Contributor
Jun 24, 2021
Solved

Is there any limit on the number of devices returned for the Intune's Graph get list API ?

There is no mentioning of pagination for the intune devices retuned in the response. So assuming there are 50k devices enrolled in Intune ( now Endpoint Manager ), will the API return the attributes ...
  • pvanberlo's avatar
    Jun 27, 2021
    This API call actually seems to support paging (try adding $top=1 to the URL). For me this returns the regular @odata.nextLink URL. The documentation also mentions that the regular OData query parameters are supported.