Powe Automate - Get Team Web URL

While working with Power Automate flow, i had a requirement to pull the web url of the Teams. Using the Get Team Information, i am able to get the ID of the teams not the Site URL. By using Graph API and sending the requests i am able to get the details required. Here are the steps i have followed to get the information. Add Action, Get Teams. Enter the Team ID/Name. Then call HTTP Request as below. We get the Teams details from Graph API. To get the URL, by using following expression, we can get the Teams URL. outputs('Send_an_HTTP_request')?['body']['weburl'] Hope this helps.