Forum Discussion
eynarain
Aug 29, 2019Brass Contributor
Teams Group Conversation Group ID
We have a Teams app which is installed whithin a specific team. The app needs the group id of the team to add some members. Graph has an api to enumerate all the groups in the tenant, but I don't wan...
Aug 29, 2019
Hi,
Should be able to do this through the graph explorer
https://developer.microsoft.com/en-us/graph/graph-explorer
Login and if you are a member of the team the query ‘My joined Teams’ should give you the ID.
Takes about a minute to get it.
Hope that answers your question!
Best, Chris
Should be able to do this through the graph explorer
https://developer.microsoft.com/en-us/graph/graph-explorer
Login and if you are a member of the team the query ‘My joined Teams’ should give you the ID.
Takes about a minute to get it.
Hope that answers your question!
Best, Chris
eynarain
Aug 29, 2019Brass Contributor
ChrisHoardMVP Calling 'My joined Teams' will give me the list of all the teams that I'm part of. I don't want that. I want the group ID of the team to which my bot is installed and running.