Forum Discussion
Pratapkarn2186
Sep 25, 2022Copper Contributor
installed app not listed in installedApps API
Hi All, I have uploaded a custom app and installed it on a particular user. But when tried executing https://graph.microsoft.com/v1.0/users/xxxxxx/teamwork/installedApps?$expand=teamsAppDefin...
Prasad_Das-MSFT
Microsoft
Sep 26, 2022Pratapkarn2186 - Could you please share the API document which you are referring, and your API query details?
1.Is your app installed in personal scope?
2.Do you mean when you are running the API query, you are getting all other installed apps except this one or you are not getting any apps at all?
Pratapkarn2186
Sep 26, 2022Copper Contributor
API : https://graph.microsoft.com/v1.0/users/XXXXXXX/teamwork/installedApps?$expand=teamsAppDefinition
yes the app is installed on the personal scope.
I don't see this particular app, in response I do see "@odata.count": 66 and other applications
- Prasad_Das-MSFTSep 26, 2022
Microsoft
Pratapkarn2186 - Could you please follow this API doc to Retrieve the app installed in the personal scope of the specified user. ? Please use {app-installation-id} of your app and let us know the result.
Get installed app for user - Microsoft Graph v1.0 | Microsoft Learn- Pratapkarn2186Sep 26, 2022Copper Contributor
Prasad_Das-MSFT : Can you help me how to get {app-installation-id} value.
I don't see anything like this in the team's admin portal or in the Manifest file. In the Admin portal, i do see App Id and External app Id.- Prasad_Das-MSFTSep 27, 2022
Microsoft
Pratapkarn2186 - Please refer: teamsAppInstallation resource type - Microsoft Graph v1.0 | Microsoft Learn