private channel or chat

Copper Contributor

Hi, Currently we have a requirement where we have to grammatically create a group conversation based on a topic. so thought of creating private channel as it should include only certain members and not the whole team. I tried using GRAPH api but in that I can create only a generic channel. graph API documentattion shows its not possible for prod environment. Let me know if there is any other way.

 

  If that doesn't work is there a way where we can achieve this through sdk or is the option of creating chats would be a better idea. Is there any apis or sdks for the same.

 

1 Reply

@arun_2014hotmailcom Could you please try using deeplink to chat by giving the user names and a topic name. This will create a group chat with the list of users. Here is a sample:
https://teams.microsoft.com/l/chat/0/0?users=user1,user2,user3&topicName=Test&message=Hi