botframework & microsoft-teams : Need to access User Machine related information through MS Teams

Dwivedi, Hariom (MIND) 26 Reputation points
2021-01-15T06:08:44.523+00:00

I have created a bot framework application like chatbot in .net core 3.1 which is deployed on Azure and this chatbot application is using by a number of users of an IT company through MS Teams. So through MS Teams can we access User Machine related information like (Machine Name, device name, device OS and can invoke any exe which is placed on the user machine). Can we identify from which device (Mobile/Laptop) the user is interacting with our Chatbot application through Teams? actually, we want to perform some automation activity on the user machine based on user input and this automation would only execute on a laptop or desktop but not on the mobile devices, so need to identify if user is sending out the response from a mobile phone or a laptop. Please provide help on that.

Azure AI Bot Service
Azure AI Bot Service
An Azure service that provides an integrated environment for bot development.
746 questions
Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,067 questions
Azure Stack Hub
Azure Stack Hub
An extension of Azure for running apps in an on-premises environment and delivering Azure services in a datacenter.
179 questions
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
2,844 questions
{count} vote

Accepted answer
  1. Sharon Zhao-MSFT 25,056 Reputation points Microsoft Vendor
    2021-01-15T08:58:54.077+00:00

    @Dwivedi, Hariom (MIND) ,

    I searched many official documents about bot framework. However, I did not find such information about the scope of bot’s permissions.

    Then, I checked some official bots’ permissions, which mainly related to the Teams itself, not user machine. The following image is just for your reference.
    57113-image.png

    Meanwhile, as we are mainly responsible for general issue of Microsoft Teams, your question which is involved in development is not in our scope. I would add the office-teams-app-dev tag. Hope you get better response.


    If the response is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Dwivedi, Hariom (MIND) 26 Reputation points
    2021-01-19T05:44:08.64+00:00

    @Sharon Zhao-MSFT Thanks for your response.

    0 comments No comments