How to associate in-meeting UserID with /users/{userId} identifier?

I’m building an app and I want to be able to associate a UserID which I receive from the participantsList method of the SDK with the userId that can be used with the Zoom API. What is the standard method of doing this?

Thanks

Hi @heynow,

Thanks for the post. For the UserID you receive from the participant’s list method, you could use that and cross-reference the participant info that is available in the response of the API https://marketplace.zoom.us/docs/api-reference/zoom-api/dashboards/dashboardmeetingparticipants

Hope this helps. Thanks!