What is easiest way to map user in my data base to one with in zoom apis?

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?

api that i get participants data:

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

thanks tommy! will try that out.

Happy to help!

Let me know if that works for you! :slight_smile:

Thanks,
Tommy