How i can get link as URL of team group Chat room ( not channel)

Sandesh Khilari 0 Reputation points
2024-04-27T18:36:11.8266667+00:00

I'm looking to provide a link by which users will open directly a MS- Team chat room which is easy to use.

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,154 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. hossein jalilian 3,175 Reputation points
    2024-04-27T21:05:06.6+00:00

    Thanks for posting your question in the Microsoft Q&A forum.

    Open the Microsoft Teams client and navigate to the chat room you want to get the URL for. click on the three-dot menu next to the chat room name and select "Get link to conversation".

    In earlier versions, you can locate this item by clicking on the 'Add Participants' button and checking the bottom of the opened menu.


    Please don't forget to close up the thread here by upvoting and accept it as an answer if it is helpful

    0 comments No comments

  2. LiweiTian-MSFT 14,850 Reputation points Microsoft Vendor
    2024-04-29T02:49:24.7533333+00:00

    Hi @Sandesh Khilari

    You can navigate to or create private chats between users with the Microsoft Teams JavaScript client library (TeamsJS) by specifying the set of participants. If a chat doesn’t exist with the specified participants, the user is navigated to an empty new chat.

    When a user creates a new chat using a deep link, Teams creates the new chat in the draft state until the user sends the first message. You can also provide the name of the chat if it doesn’t already exist, along with text that should be inserted into the user's compose box. Consider this a shortcut for the user taking the manual action of navigating to or creating the chat and then compose the message.

    You can use the following format for a manually created deep link that you can use in a bot, connector, or message extension card:

    https://teams.microsoft.com/l/chat/0/0?tenantId=<tenantId>&users=<user1>,<user2>,...&topicName=<chat name>&message=<precanned text>


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    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.