Blog by VStudio365

How to get Microsoft Teams ID using Microsoft Graph API

In this Article, we’ll walkthrough how to get Microsoft Teams ID using Graph API in Graph Explorer

Steps:

  1. Go to Graph Explorer
  2. Sign in with your user credentials (which is used for sign in to Microsoft Teams)
  3. Fill the details as mentioned below and click Run query.
    • HTTP Method : GET
    • Version : v1.0
    • URL : https://graph.microsoft.com/v1.0/groups?$filter=displayName eq ‘{teams-display-name}’&$select=id

    screenshot

Note:

Summary