Can't getPagedMembers over installation #14262
Unanswered
lilianmisser
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I am working on a Teams bot for my organization that sends notification to user when it is called through an azure function.
We have a teams app using [email protected] that was made 2 years ago and that we can't maintain so we decided to use the latest version of teamsfx (v4). I use the Microsoft Agent 365 toolkit extension in VSCode to generate the boilerplate for a notification bot usable through Azure functions.
In this very basic example I am trying to retrieve user email using the getPagedMembers functions and I keep getting the same logged error without my code crashing :
Boilerplate with the added getPagedMembers:
Error displayed:
Value of members :
members { data: [], continuationToken: '' }
By the way I tried different ways of retrieving members using botbuilder TeamsInfo.getMember and using @microsoft/agents-hosting-teams TeamsInfo.getMember but kept getting the same unclear error
Beta Was this translation helpful? Give feedback.
All reactions