Forum Discussion
RobV
Jun 02, 2026Copper Contributor
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 c...
KetanKamble3894
Aug 14, 2026Copper Contributor
Worth ruling out one thing first since it's causing a lot of confusion right now: this is a GET, and Multi Admin Approval (rolled out with 2606) only intercepts write calls, so that's not it here. More likely culprit: deviceInventories is a /beta navigation property and beta schemas move — worth confirming the exact property name/casing against the current beta metadata rather than an older sample. If that's not it, the deviceManagement/reports export-job path (app inventory report) is the more stable alternative to a per-device beta call — happy to share the exact working request body once I've re-verified it in my own lab, since three of you hitting the same 403 suggests something changed under the endpoint, not a permissions gap.