Does Zoom Rooms offer an api for people count?

Hi,

according to Count Attendees in Zoom Rooms – Zoom Help Center zoom rooms is able to count participants in a room during a meeting. Is there an API where this information is exposed?

thanks

Hey @olmo,

Thank you for reaching out to the Zoom Developer Forum. You can try getting the UUID for a live meeting with the Get Zoom Room Details Dashboard API. Then, I would try using the List Meeting Participants Dashboard API with the UUID that you’ve obtained.

Let me know if that works for you.

Thanks,
Max

Thanks MaxM,

is the participants dashboard api related to zoom or zoom rooms, or both? I’m mainly interested in zoom rooms.
thanks

Hi @olmo,

This endpoint is for reporting on any Meeting. Even if the meeting was hosted by a Zoom Room, you should be able to pass the Meeting ID in the request URL to retrieve these details.

For our Zoom Rooms specifically, you can find our ZR endpoints here:

Let us know if this helps to clarify. :slight_smile:
Will

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