OfficeDev / BotBuilder-MicrosoftTeams-node

BotBuilder v4 SDK extension for Microsoft Teams
MIT License
35 stars 12 forks source link

Ability to obtain member list of team #18

Closed Sn00z3r closed 5 years ago

Sn00z3r commented 5 years ago

Is there a method to obtain the member list of a team, can't seem to find it in the documentation or the source code. Might have glanced over it :).

Best regards

clearab commented 5 years ago

You can find an example of how to do this here: https://github.com/OfficeDev/BotBuilder-MicrosoftTeams-node/blob/master/samples/teams-bot/src/bot.ts#L63