Managing multiple host ids for concurrent sessions

Is there an API to check if the Host id is scheduled for a meeting or no (is it in use) based on the Date and time parameters that we pass for concurrent session booking? How can we identify available Host Ids while scheduling a meeting through API?

Hi Tutoroot, 

You can use our  List Meeting  API (https://zoom.github.io/api/#list-meetings) which retrieves the meeting info including host_id that is associated with an user ID or if you already know the meeting ID you can use our  Retrieve a meeting  API (https://zoom.github.io/api/#retrieve-a-meeting) that has the host_id as well.

 

Let us know if that helps.

I bought two pro hosts plan for my account.
How do I know what are my user Ids and Host IDs for each plan?
How can I create a meeting for a particlar User ID or host ID?

Hey @kumar,

You can use the List Users endpoint to find the userIds. Or you can use the email address instead of userId in the url path to create a meeting.

Thanks,
Tommy