Hey @gkapatia,
I would suggest mapping Zoom users to users in your database via the userID. The userID is a globally unique user identifier.
One easy way of doing this is by using the Participant Joined Meeting Webhook event and grabbing the payload > object > participant > id
(globally unique userID) and adding it to the respective user in your database.
Let me know if that helps!
Thanks,
Tommy