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...
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.
Aug 29, 2019
Thanks - I may have framed that wrong.
I meant here that if you know the team and are a part of it then using that query in the graph explorer will list the team Group ID, together with Team name.
Hope that makes sense
Best, Chris
I meant here that if you know the team and are a part of it then using that query in the graph explorer will list the team Group ID, together with Team name.
Hope that makes sense
Best, Chris
- eynarainAug 30, 2019Brass Contributor
ChrisHoardMVPThat's exactly my problem. As a user of the Teams App I could see physically which team I'm running the bot from, but how do I get the team name from within a bot. My bot could be running in any team at a given point in time. I'm looking for graph api that could tell me the current group ID, the conversation is taking place. I'm exploring the Teams context within the bot framework. May be that could give me a clue.