Description
When I call the /metrics/meetings/XXX/participants endpoint, I get a list of participants. Each of them has a user_id (int) column and an id column.
Unfortunately many of ids are empty as the user didn’t login to zoom when they joined the meeting.
In this case is there any way to get the users email? How can I get more information for my participant when they have a user_id but no id? When I search /users/{user_id} for one of these participants I get ‘User does not exist’
Error
User does not exist
Which App Type (OAuth / Chatbot / JWT / Webhook)?
JWT
Which Endpoint/s?
https://marketplace.zoom.us/docs/api-reference/zoom-api/reports/reportmeetingparticipants
https://marketplace.zoom.us/docs/api-reference/zoom-api/users/user
