Forum Discussion

karamem0's avatar
karamem0
Brass Contributor
Nov 02, 2023

Deep link to channel tab does not work in new Teams (v2)

I am getting the web URL of teams tab using Graph API.

 

Request:

 

GET https://graph.microsoft.com/v1.0/teams/07a93f.../channels/19:ba1a...@thread.tacv2/tabs/...

 

Response:

 

{
  "id": "...",
  "displayName": "Calendar",
  "webUrl": "https://teams.microsoft.com/l/channel/19%3a..."
}

 

 

In v1 (Teams classic) I could open a tab directly using webUrl. but I got an error in new Teams (v2).
The error message: "Error: Unsupported tab type"

 

Is it any idea to resolve the issue?

Resources