List of Non-hosting Users

Is it possible to get a list of users who doesn’t host any meeting within a specified period of time (e.g. past month) using Zoom API? We are planning to downgrade Pro Users to basic if we verified that they don’t host meetings for a certain period of time.

We tried running ‘Retrieve Meetings Report’ API but since we have a lot of users, it eats of too much time. Also, we are not certain that the items returned by this API are just meetings that were hosted, not joined to. It would be great if there’s a more convenient way of doing this.

Thanks in Advance!

Hi @adrian_parnacio,

Please refer to this API https://marketplace.zoom.us/docs/api-reference/zoom-api/reports/reportusers and use Set type=inactive. Inactive meaning that they are not the host of the meeting.