Best way to read Device Information like IMEI, ICCID from Intune

Copper Contributor

What is the best way to read Mobile Device Information like IMEI, ICCID ..etc from Customer's Intune portal from .net application - 

a) From GET /deviceManagement/managedDevices/{managedDeviceId}

or

b) Through Intune Graph reports

 

1 Reply

Hi @Sri_Lakshmi_P,

 

If you want to most up-to-date information I would suggest using the graph API. But if you delete an object from Intune you have to remove it in your .Net application.

 

Kind regards,

 

Rene