Is it possible to see number of participant limit?

Description

  1. Is it possible to get the number of total allowed participants in a meeting room using api?
  2. Is it possible to get the number of total allowed participants in a meeting room using api?
  3. How to get total number and list of participant of the room?
  4. Is it possible to join a meeting room by changing the user’s name?
  5. Is it possible to join a meeting room by changing the user’s photo?

Please post the links of the doc if these are possible. My app needs all of these options.

Error
The full error message or issue you are running into.

Which App Type (OAuth / Chatbot / JWT / Webhook)?
Knowing the endpoint/s can help us to identify your issue faster. Please link the ones you need help/have a question with.

Which Endpoint/s?
Knowing the API endpoint/s can help us to identify your issue faster. Please link the ones you need help/have a question with.

How To Reproduce (If applicable)
Steps to reproduce the behavior:

  1. Request URL / Headers (without credentials) / Body
  2. See error

Screenshots (If applicable)
If applicable, add screenshots to help explain your problem.

Additional context
Add any other context about the problem here.

Hey @developersnepal,

Happy to help clarify.

  1. Is it possible to get the number of total allowed participants in a meeting room using api?

Yes—first, I should clarify that basic Zoom accounts cap meeting participants at a maximum of 100. However, if you’re interested in how many participants joined a given meeting, you can query this API endpoint:
https://marketplace.zoom.us/docs/api-reference/zoom-api/reports/reportmeetingparticipants

  1. How to get total number and list of participant of the room?

You can utilize this same endpoint referenced above to get this information.

  1. Is it possible to join a meeting room by changing the user’s name?

To clarify, updating a user’s profile (either their name or photo) will not affect their ability to join a meeting. However, both of these attributes can be updated via API:
https://marketplace.zoom.us/docs/api-reference/zoom-api/users/userupdate

https://marketplace.zoom.us/docs/api-reference/zoom-api/users/userpicture

I hope this helps to clarify, but let me know if I’ve misunderstood any part of your question!

Best,
Will

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.