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.