Using BETA APIs to test creating device corporate identifiers for our company. Using POST with https://graph.microsoft.com/beta/deviceManagement/importedDeviceIdentities and am receiving error
{
"error": {
"code": "No method match route template",
"message": "No OData route exists that match template ~/singleton/navigation with http verb POST for request /DeviceEnrollmentFE_2106/StatelessDeviceEnrollmentFEService/deviceManagement/importedDeviceIdentities.",
"innerError": {
"date": "2021-07-15T20:14:19",
"request-id": "I removed this",
"client-request-id": "I removed this"
}
}
}
Verified JSON body is accurate, except I'm not certain if 'lastContactedDateTime' requires a value. Other device corporate identifiers show as Not Applicable in the CI list.