There looks to be two APIs you can use: https://host/api/system/users/enrolleddevices/search which returns { "EnrolledDeviceInfoList": [ { "DeviceID": 1, "SerialNumber": "RZ1G124JZ6W", "As...
See more...
There looks to be two APIs you can use: https://host/api/system/users/enrolleddevices/search which returns { "EnrolledDeviceInfoList": [ { "DeviceID": 1, "SerialNumber": "RZ1G124JZ6W", "AssetNumber": "ea856771ba6277bfca16528a79c5ce1f", "FriendlyName": "TestUser's iPhone", "UserName": "TestUser", "EnrolledDate": "04/24/2017", "RegistrationDate": "04/24/2017", "LastSeen": "04/24/2017", "Platform": "Apple", "OrganizationGroup": "TestOg", "CustomAttributes": [ { "Name": "identity.deviceModel", "Value": "TC25", "Source": "Device", "Application": "com.airwatch.androidagent.identity.xml" } ] } ] } https://host/api/system/users/registereddevices/search { "RegisteredDeviceInfoList": [ { "OrganizationGroup": "TestOg", "Username": "TestUser", "FriendlyName": "Testuser's iPhone", "AssetNumber": "ea856771ba6277bfca16528a79c5ce1f", "UDID": "9bf5ae7cf74efe385bbe3b18261fd21c", "RegistrationDate": "04/24/2017", "SerialNumber": "RZ1G124JZ6W", "Platform": "Apple", "CustomAttributes": [ { "Name": "identity.deviceModel", "Value": "TC25", "Source": "Device", "Application": "com.airwatch.androidagent.identity.xml" } ] } ] } if neither of these return the correct details, please confirm that the device was registered by DEP into UEM. I think you can see the devices listed in the Devices > Lifecycle > Enrollment Status page. If they are showing then please log a support ticket so that we can get this escalated and assigned to the correct engineer.