Hello everyone. I am building a bot with microsoft...
# 🌎general
c
Hello everyone. I am building a bot with microsoft teams integration. In the payload sent to the bot from ms teams there is a
userId
but that doesn't seem to be the same as the
id
of the same microsoft user that I extracted using the microsoft graph api. I basically just want a way for the bot to have the data (name and email) regarding which ms teams user it is talking to. Can anyone suggest me how I can go about doing that?
3 Views