I have some questions related to create user and create scheduled meeting.
I need to create users from “action: custCreate”. Then create scheduled meeting and add my users as host or alternative_hosts.
My questions below:
For user creation. How does zoom validate emails that i put as user_info.email?
For user creation. Since i am using api plan, how does it matter in user_info.type?
For scheduled meeting creation. My “custCreate” users are set as host or alternative host in a meeting. Since “custCreate” has no password and cannot login into zoom, how can my “custCreate” user join the meeting?
We are planing to use API plan. We use 60 day trial for now. To answer your questions:
I mean validate if the email is a real email. For example what if i just put asdf@asdf.com?
Got it.
User created by custCreate will not able to login into zoom and have no password. So, in zoom API, if I created scheduled meeting and put custCreate user as host. How will this user login into the meeting?
To use the custCreate feature you need to be a Zoom API Partner.
Zoom only validates if it is a valid email format. So asdf@asdf.com would work, but asdf@.com would not work.
In the response of the Create Meeting endpoint, the custCreate user will be able to start/join the meeting with the start_url which has a zak token attached that lasts 90 days
We updated our docs with more info on the start_url: