Zoom meeting attendee limits

Hi @abhilash1 ,

The registrant limit is available for for Get a Webinar API endpoint, but participant limit is not available via Get a Meeting. In order to see the participant limit do the following:

  1. Query Get a Meeting for the host id/host email:

  1. Then pass that value to Get Users Settings endpoint: https://marketplace.zoom.us/docs/api-reference/zoom-api/methods/#operation/userSettings

In the returned JSON response in the feature object, you will see the full breakdown of the meeting capacity for meetings created/hosted by that user :):

1 Like