Description
I have pro account of Zoom and I want to create meeting of 2 different persons who doesn’t have Zoom account. How I can do this using Zoom API?
I have refer this documentation https://marketplace.zoom.us/docs/api-reference/zoom-api/meetings/meetingcreate but not understanding where to add information of these 2 different persons.
For example
I have Zoom account name as ‘A’ and I want to schedule meeting of person ‘B’ & person ‘C’. And person B & person C doesn’t have Zoom account.
So how I can schedule this meeting using Zoom API?
If you would like to create a meeting between two people, use the createmeeting endpoint to first create the meeting itself.
Once your meeting is created, use the meetingregistrantcreate endpoint to add the people to the meeting. In the response of this endpoint, you will receive a join_url property. This is the URL that the participant can use to join the meeting. You should send this to them via email.