0
votes

Im curious if there is more data available for Azure AD devices / Intune devices from the Graph API to match up with the manual device reports available from both portals?

https://graph.microsoft.com/v1.0/devices/ or Beta

developer . microsoft . com /en-us/graph/docs/api-reference/beta/resources/device

Below is what im looking at. Anyone had any success at getting more data from the API ?

Data comparison

1
You included a dead link for your data comparison. When you fix it, please properly embed the image, placing a ! in front: ![data comparison][url].David Makogon
The link is not dead. I merely uploaded an image using what the platform tools do. First time poster.Konrad Tjaden

1 Answers

-1
votes

I'm an engineer working on Microsoft Intune, specifically on the integration between Microsoft Graph and Intune.

All the details available in the Intune Azure Portal can be found on the managedDevice entity. The Intune Azure Portal itself is built on top of the Microsoft Graph APIs, so anything you can see or do in the portal you can do via the APIs.

If you are still having problems finding specific APIs let me know, and I should be able to help you find the information.

Peter