The /v2/report/meetings/{meetingID}/participants doesn't always return the participants in a meeting

Hey @alan.stewart, thanks for posting and using Zoom!

Good question, the GET /report/meetings/{meetingID}/participants endpoint will return the Meeting ID is invalid or not end error if the meeting has been deleted.

You can however call the GET /metrics/meetings/{meetingID}/participants endpoint and get the respective data from the deleted meeting because it existed at one point in time.

Note: You will need the dashboard feature to be enabled to call this endpoint.

Duplicates for more details:

Thanks,
Tommy