Forum Discussion

  • Petri-X , If you are looking for how many users have installed the app in Teams. Then there is a way. 
    You need to implement the OnConversationUpdateActivityAsync() method, everytime user install an app in Teams, this method gets fired and you could save user detail along with team/channel info into database. And you could always query the database and get the number of user installed the app.

    • Petri-X's avatar
      Petri-X
      Bronze Contributor

      Thank you subhasish-MSFT for your quick reply.

       

      But I'm looking for statistics for:

      - How many has used applications during last 90 days.

      If we see that some of the applications should be disabled, it would be better to see how many has used the application.

       

      The installation status you offered, that seems to be suitable solution for application which are controlled by us, but Microsoft products and also third part tools are most likely out of that.

       

      It helps your work when you know your users.

      • subhasish-MSFT's avatar
        subhasish-MSFT
        Icon for Microsoft rankMicrosoft

        Petri-X ,

        You could view and download the report in Teams admin center -> Analytics & Report-> Usage Report-> App usage report.
        Here is the detail link . 

Share

Resources