Sep 25 2022 12:29 AM
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=teamsAppDefinition API is not listing the application.
Do I need to do something else also?
Thanks,
Pratap
Sep 25 2022 09:15 PM
@Pratapkarn2186 - Could you please share the error details which you are getting?
Sep 26 2022 03:03 AM
I am not getting any error, but the application is not getting listed in response of the inatalledApps API call out.
Attaching the screenshot of the published app for my organization.
Sep 26 2022 05:42 AM
@Pratapkarn2186 - 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?
Sep 26 2022 06:05 AM - edited Sep 26 2022 06:06 AM
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
Sep 26 2022 06:49 AM
@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
Sep 26 2022 07:12 AM - edited Sep 26 2022 09:24 AM
@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.
Sep 27 2022 04:31 AM - edited Sep 27 2022 04:32 AM