Hi,
When the User performed User OAuth through our User App (REST API App) we captured the
owner_id that is the user_id for the User. To get the owner_id, '/restapi/oauth/token' endpoint is called with the received 'code. For a particular user the owner_id is :302755004
When the User clicks Action.Submit button in a Adaptive card(Created by our Bot App) with interactive messages we received a payload that contains the id of the user in user field as below for the same user.
Here user.id is coming as 194404355.
We require the correct userid of the user so that we can identify who initiated the action.
Could you please help us why the userIds are different and we need to do in order to get the unique userId