Add participant in created meeting

Hi

I would like to add participant in created meeting.

Example: If someone create the meeting (User A) then I would like to add more participant in created meeting, See attached screen shot,

image

Could you please let me know how to achieve this one using API

@smunga Could you please help me?

Hi @singhalvinayiet
Could you please share more details about this issue?
Do you mean adding participants to a live meeting? or adding registrants to a scheduled meeting?
Cheers,
Elisa

@elisa.zoom Many thanks for your reply.

I would like to add participants on both cases.

I am developer and my client requirement as below.

He conducts at least 10 meetings with different clients daily and each client will share meeting link, meeting ID and passcode with him. But he doesn’t have time to add each and every customer…so he would like to add participants (their friends) to connect with client

Some meetings will be live meeting and some meeting will be schedule meeting.

HI @singhalvinayiet
Unfortunately, we do not have an endpoint that you can use to add participants to a live meeting.

If its a scheduled meeting you can enable registration to the meeting so participants will be able to register for the meeting and join it

https://marketplace.zoom.us/docs/api-reference/zoom-api/methods/#operation/meetingRegistrantCreate

Hope this helps
Elisa

Hi,

Can we use webinar api for live meeting?

@elisa.zoom Can we join guest in any zoom meeting using API?

Like I would like to join 50 guest in created zoom meeting…

I have Meeting id and Passcode for all meetings. Could you please let me know which API I need to use for that?

Hi @singhalvinayiet
You can add registrants to a meeting via API using this endpoint:

https://marketplace.zoom.us/docs/api-reference/zoom-api/methods/#operation/meetingRegistrantCreate

When registrants are added, they will get a join URL link and they will be able to use it to join the meeting.
We do not have an endpoint that you can use to add participants programmatically to a live meeting.

@elisa.zoom I would like to join meeting through website instead of zoom screen.

Could you please let me know

Hi @singhalvinayiet
I do not understand your question. But if you are looking to embed Zoom into your website, you could benefit from our Meeting SDK for web

https://marketplace.zoom.us/docs/sdk/native-sdks/web/

Let me know if this helps, Elisa

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