Please try this:
https://graph.microsoft.com/beta/deviceManagement/detectedApps/{id}/managedDevices
E.G:
https://graph.microsoft.com/beta/deviceManagement/detectedApps/fdb8939867baf88uu99ii00khghgfjh090093d714c280c935b524e4/managedDevices
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi experts,
I am new to Azure/Intune/AD. My background is Python programming.
I have been requested to pull devices & the installed apps on them from Azure/Intune.
We have windows laptops in Intune.
https://graph.microsoft.com/beta/deviceManagement/managedDevices
https://graph.microsoft.com/beta/deviceManagement/detectedApps
Sample response object:
{
"id": "fdb8939867baf88uu99ii00khghgfjh090093d714c280c935b524e4",
"displayName": "SpotifyAB.SpotifyMusic",
"version": "1.134.694.0",
"sizeInByte": 0,
"deviceCount": 1
},
However, none of the responses give me any key/id attribute(s) to relate the apps to the devices.
I want to be able to pull the device, the apps installed on them, and relate the two together.
Any help would be appreciated,
Please try this:
https://graph.microsoft.com/beta/deviceManagement/detectedApps/{id}/managedDevices
E.G:
https://graph.microsoft.com/beta/deviceManagement/detectedApps/fdb8939867baf88uu99ii00khghgfjh090093d714c280c935b524e4/managedDevices