Forum Discussion
DHJagath
Apr 03, 2020Copper Contributor
Get User email in Action Card in Incoming Webhook in Teams Channel
I did make an external post request to a Teams channel using the incoming webhooks. https://docs.microsoft.com/en-us/microsoftteams/platform/webhooks-and-connectors/how-to/add-incoming-webhook ) I ...
Gousia_Begum
Apr 06, 2020Former Employee
DHJagath Currently getting the user Email in incoming webhook is not supported. This is in our backlog. However you could use the AAD object id that you get on post request, to fetch user's email id using Graph API.
BryanLe2811
Oct 25, 2022Copper Contributor
Gousia_Begum Hi, I use the legacy messageCard. I checked the headers of post request made by the messageCard but can't find the AAD Object Id you mentioned. Can you give more details?