Forum Discussion

RobV's avatar
RobV
Copper Contributor
Jun 02, 2026

Intune App inventory Graph

Hi All, 

I've enabled the configuration profile to receive app inventory data in Intune.

In the GUI the data I can view the data just fine, but I would like to use Graph to automate this data and create custom reports.

When I use the following https://graph.microsoft.com/beta/deviceManagement/managedDevices/[device-id]/deviceInventories('ApplicationProperties') I get an error: "Forbidden - 403 - 199 ms Either the signed-in user does not have sufficient privileges, or you need to consent to one of the permissions on the Modify permissions tab" even though the docs I can find about permissions are OK.

1 Reply

  • AladinH's avatar
    AladinH
    Iron Contributor

    Hi RobV​,

    I’d check the permission/consent model first. For Intune inventory data, the permission usually needs to be granted at the Graph app level, not only available to the signed-in user. Try with DeviceManagementManagedDevices.Read.All granted and admin-consented, then test again in Graph Explorer or with an app registration. Also keep in mind this is a /beta endpoint, so behavior may not always match the portal experience.