I am building a bot for messenger using Microsoft Bot Framework. I got the bot registered with messenger and have set up a basic echo bot. I however want to access the user's email id to check for security. How do I access this from the framework. The user id in the session object gives me the page id but not the user id.
Any idea on how the user id can be retrieved?