Is their a possibility to provide the Teams version to customers, from outside the customers tenant, i.e. via an URL

lakshmi 551 Reputation points
2024-04-16T11:34:24.7666667+00:00

Hi Team,

We are working on a chatbot and we have customers from which they do not have teams license or the customers are not using Teams.

It will be good to know about the possibility to provide the Teams version to customers, from outside the customer's tenant, i.e. via an URL?

Azure AI Bot Service
Azure AI Bot Service
An Azure service that provides an integrated environment for bot development.
747 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,858 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. YutongTie-MSFT 46,801 Reputation points
    2024-04-16T19:32:19.8166667+00:00

    @lakshmi Thanks for reaching out to us. Yes, it is possible to use a Teams bot with external users via Microsoft Teams' guest access or external access features.

    1. Guest Access: Guest access in Teams allows you to add an individual user (regardless of domain) to a team, where they can chat, call, meet, and collaborate on organization-wide shared files using Office cloud services. Once added to a team, guests can interact with the bot in that team.
    2. External Access (Federation): External access lets your Teams users communicate with users who are outside of your organization. By using external access, you can use Teams to collaborate with people in other organizations or, if necessary, with people who are still using Skype for Business. However, please note that these features are designed for collaboration with individual users and might not be suitable for providing broad access to a bot for many users across different organizations. For external users who do not have Teams or a Teams license, you might want to consider other channels for your bot that are more accessible, such as a web chat interface embedded on a public website. Microsoft Bot Framework, which is commonly used to create bots for Teams, also supports deploying bots to a variety of other channels like Web Chat, Facebook Messenger, and more.

    Reference document -

    https://learn.microsoft.com/en-us/microsoftteams/guest-access

    https://learn.microsoft.com/en-us/microsoftteams/communicate-with-users-from-other-organizations

    Please take a look and let us know if you need more help, also, Teams development experts may provide more details.

    I hope this helps!

    Regards,

    Yutong

    -Please kindly accept the answer if you feel helpful to support the community, thanks a lot.

    0 comments No comments