Forum Discussion
What is the URI scheme in order to open MS Teams from another APP (deep link) ?
- Jan 29, 2020You might find this helpful, if you haven't already found it: https://docs.microsoft.com/en-us/microsoftteams/platform/concepts/build-and-test/deep-links
You can also link to a Call.
https://teams.microsoft.com/l/call/0/0?users=email address removed for privacy reasons
Dear Teams Devs. May we also have a deep link for a user's organisation tab, please?
(The tab that shows organisation structure)
- JS_NKDFeb 15, 2024Copper Contributor
LeiChat Shawn Keene Did either of you also find a way to link to a channel of a specific team using the msteams: schema?
I played around with /channel/ and /conversations/, but got neither to work (besides bringing the Teams app into focus).
- nicoleahmedFeb 22, 2024Brass Contributor
To link to the chat of a channel you can right click your channel in teams and select get link to channel. Then replace https with msteams. You'll get something like this
msteams://teams.microsoft.com/l/channel/<channelid>/<channelName>?groupId=<groupid>&tenantId=<tenantid>
- JS_NKDFeb 22, 2024Copper Contributor
nicoleahmed Thanks, but I failed to mention that I want to link to a private channel, for which there is no function to get the link.