An API that connects multiple Microsoft services, enabling data access and automation across platforms
Hi Patrick,
Thanks for reaching out!
I can understand that you are trying to get teamsID.
1.You can use the endpoint:
GET https://graph.microsoft.com/v1.0/teams
From the response you can get the id from the response which refers to teamsID.
2.GET https://graph.microsoft.com/v1.0/teams/{teamsID}
Hope this helps.
If the reply is helpful, please click "Accept Answer" and kindly upvote it. If you have additional questions about this answer, please click "Comment".