Forum Discussion
ayusharya
Nov 10, 2020Copper Contributor
How to get user info in teams bot whenever user uninstalls the app on teams ?
I have created a teams bot. It is a 1:1 chat and notification bot. I want to delete users data from my db whenever user uninstalls the application from teams. I'm not receiving any event in my b...
Nikitha-MSFT
Nov 11, 2020Microsoft
ayusharya - whenever user uninstall the bot you will receive the conversation update event, Then you can get the User information under turncontext.activity.from. Try if that helps.