GET /past_meetings only returning 1 participant

**API Endpoint(s) **
get /past_meetings/{meetingId}/participants

Description
Only 1 participant is returned from the “Get past meeting participants” API end point.
However, we had about 300 people in the meeting.

Can anyone advise as to why Zoom might not track the participants and/or why only 1 particpant would be returned by the above API endpoint.

Error?
No error

Hi @richard.larcombe is this is a recurring meeting? Please gather the meeting uuid and use that on this endpoint.

Hi @gianni.zoom
Thank you for replying. Unfortunately, I didn’t find your reply that helpful.
No the meeting is a One-off (not recurring), and I did use the meeting uuid in order to make the API call.

Is it possible that no one logged in when they participated in the meeting?

Hi @richard.larcombe ,

In you’re original the API call link, you shared meeting id so it was not clear you used meeting uuid. Sometimes this is the problem when you’re not getting the data you’re expecting.

How was the meeting created? Was it with a user’s personal meeting id or unique? This info will help narrow down the potential issue.

Sharing this resource: Zoom Meeting API querying tips - understanding meeting IDs and meeting UUIDs

This should not matter. It would only block certain participant data from being returned (e.x. not showing email since no one is logged in). Additionally, Zoom assigns a unique participant user id to non-authenticated participants in an attempt to try to map them.