Trouble install mobileApp of type win32 on device using intune APIs
I’m working on integrating my company’s portal with Intune APIs to manage application installations. I’ve successfully retrieved a list of applications from our company portal using the following API call: deviceappmanagement/mobileApps?$filter=(isof(%27microsoft.graph.win32LobApp%27))
I’ve set up the necessary app registration and permissions, and I can confirm that I’m able to retrieve the list of applications using Postman. However, I’m facing an issue when attempting to install one of these applications using its app ID. Despite thorough searching, I couldn’t find any documentation or resources on how to proceed with the installation.
Is there a specific method or API endpoint I should be using to initiate the installation of an application retrieved through the Intune APIs?
I’m working on integrating my company’s portal with Intune APIs to manage application installations. I’ve successfully retrieved a list of applications from our company portal using the following API call: deviceappmanagement/mobileApps?$filter=(isof(%27microsoft.graph.win32LobApp%27))I’ve set up the necessary app registration and permissions, and I can confirm that I’m able to retrieve the list of applications using Postman. However, I’m facing an issue when attempting to install one of these applications using its app ID. Despite thorough searching, I couldn’t find any documentation or resources on how to proceed with the installation.Is there a specific method or API endpoint I should be using to initiate the installation of an application retrieved through the Intune APIs? Read More