I have regular set of people attending a meeting. I can pull report of meeting using reports api but i am not able to map my users with data that i get using reports api. Can someone give me any idea how can i do this?
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.