How to check hosts is available?

I have uses many zoom hosts(accounts), when create meeting via api i want choose and set a host for meeting but don’t want make meetings same time and same host, so how to get host(user) available by time
ex: 2019-08-02T15:30:00Z => list host(user) available

Regards,

Hey @hoangduongluc125, thanks for using the Zoom API.

Currently there is no Zoom API endpoint to get a users availability based on a date.

A couple work arounds would be to

  1. List Meetings and check the start_time, duration, and the host_id.

OR

  1. If you are using a calendar integration with Zoom, you could query that users calendar to see if they are available. Here is an example of the Google Calendar Free/Busy endpoint.

Let me know if this helps!

Thanks,
Tommy