Get upcoming meetings by room_id

Hey @gman,

Thank you for reaching out to the Zoom Developer Forum.

You’re on the right track here, you do want to obtain the meeting ID and then use that for subsequent API calls such as the Get a Meeting API.

If you want to obtain the meeting ID after using the Zoom Rooms Schedule API, make sure that you set a callback:

image

It’s important to note that there is currently an issue with the callback return where it will send the payload in the form of HTTP query parameters: request_id=123&meeting_number=1234567890

This is something our engineering team is working to fix in the near future.

You can use the List Zoom Rooms API to get a list of Zoom Rooms and the associated id. That id is the same as the User ID created as the host of a Zoom Room.

You can then use the zr_id as the User ID in your call to the List Meetings API:

I hope that helps! Let me know if you have any questions.

Thanks,
Max

1 Like