Forum Discussion

derek_brenner's avatar
derek_brenner
Copper Contributor
Jul 27, 2020

Generate a web link to a Teams settings.

I am trying to generate a link from within my application to a specific Teams settings page.  The sections I don't understand is after the team name.   It is not the team ID and looks like a thread ID.

 

Example page: https://teams.microsoft.com/_?lm=deeplink&lmsrc=homePageWeb&cmpid=WebSignIn#/teamDashboard/Derek's%20Team%20Of%20Wonders/19:65d8ee8a57e547aca36da52b8855dcb0@thread.tacv2/td.settings 

 

I have no idea what the section of the link hi lighted in red is.  I would like to generate that section of the link using graph api if possible.   

Thank you

-D

 

 

  • derek_brenner's avatar
    derek_brenner
    Copper Contributor

    It looks like the Channel id that Im missing is actually the default general channel id.  This can be received from the graph api for get channels.  Is this a consistent way to generate the settings URL?

     

    https://teams.microsoft.com/_?lm=deeplink&lmsrc=homePageWeb&cmpid=WebSignIn#/conversations/General?threadId=19:65d8ee8a57e547aca36da52b8855dcb0@thread.tacv2&ctx=channel 

     

    • derek_brenner's avatar
      derek_brenner
      Copper Contributor

      Thanks for the response PeterRising 

       

      This was good information but i was unable to find a way to generate a settings link with that article. 

       

      My end goal is to programmatically create a link to a teams settings tab but i seem to be missing some part of the deep link that looks like a "channelId". 

       

       19:65d8ee8a57e547aca36da52b8855dcb0@thread.tacv2  

       

      Tho its not part of a channel.

       

      https://teams.microsoft.com/_?lm=deeplink&lmsrc=homePageWeb&cmpid=WebSignIn#/teamDashboard/Derek's%20Team%20Of%20Wonders/19:65d8ee8a57e547aca36da52b8855dcb0@thread.tacv2/td.settings 

Resources