Id missing for participants list

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

Hi @phil.mcparlane,

Thanks for joining our developer community!

To clarify, if a user was not authenticated/didn’t log in when they attended a meeting, it’s not possible to access their Zoom User ID or email, as these are not provided for guests in order to protect their personally identifiable information.

While I’m afraid it’s not possible to retrieve these details unless the user is authenticated, I do hope this helps to clarify.

Best,
Will

No worries, thanks Will

Glad I could help clarify, @phil.mcparlane :slight_smile:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.