How to List all Meetings in which a Zoom Room is a Participant?

How to List all Meetings in which a Zoom Room is a Participant ?

I am not able to find any endpoint which does that.

Hi @amanchan ,

Can you please clarify what you mean by “Zoom Room is a Participant”? Are you referencing what’s outlined here on this page? Zoom Room meeting controls and settings – Zoom Help Center

Thanks,
Gianni

Basically the meetings are held in a zoom room

Hey @amanchan,

If you wanted to list all the participants in a live Zoom Room meeting you would want to obtain the meeting ID using the List Meetings API with the email of the Zoom Room user.

From there, you could call the List Meeting Participants Dashboard API to get a list of participants.

Let me know if that helps.

Thanks,
Max

Hi @MaxM,

Does it give total participants in the meeting or the ones present in Zoom Room?

Anil

Hey @amanchan,

That API returns the participants that have been and currently are in the meeting. You can use the leave_time to determine if they are still in the meeting:

Let me know if that helps.

Thanks,
Max

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