CodeIgniter Forums
Get some vars from Microsoft Teams - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24)
+--- Thread: Get some vars from Microsoft Teams (/showthread.php?tid=79250)



Get some vars from Microsoft Teams - rodrigo286 - 05-18-2021

Hello friends, I did a Code Igniter 4 integration in Microsoft Teams, as you can see:

[Image: tQP2yni.png]


My problem, is that I would like to get the email of the teams user in a safe way, without using the rendered HTML but with some variable as the apps in React do, does anyone know any way to get this information?

I try request, get, post and other methods, but dont work.


Thanks for help.