0

Struggle to build a appropriate query for GRAPH API to retrieve all dedicated devices:

https://graph.microsoft.com/beta/deviceManagement/managedDevices?$filter=deviceEnrollmentType eq 'appleBulkWithoutUser'

https://graph.microsoft.com/beta/deviceManagement/managedDevices?$filter=enrollmentProfileName eq 'Dedicated'

How can I request specific devices either by enrollmentType or enrollmentProfile Name?

Thanks

Filter is not applied and API returns all devices.

DaWe
  • 1
  • Your filter query is correct. The issue will be on Graph API side. It looks like that filter is not supported for `v1.0/deviceManagement/managedDevices` and `beta/deviceManagement/managedDevices` endpoints. – user2250152 Jan 16 '23 at 12:07

0 Answers0