Description
Hi, after creation of meeting
by custCreate
user, the start_url
ask for user and password to join, so the meeting cannot start. What am I missing ?
My account is an account Pro.
Error
no error message
Which App Type (OAuth / Chatbot / JWT / Webhook)?
JWT
Which Endpoint/s?
https://api.zoom.us/v2/users
https://api.zoom.us/v2/{user_id}/meetings
How To Reproduce (If applicable)
Steps to reproduce the behavior:
- create user with
POST - https://api.zoom.us/v2/users
with body:
{ "action": "custCreate", "user_info": { "email": "sample_email2@gmail.com", "type": 1, "first_name": "Sample_first", "last_name": "Sample_last" } }
- get the new userId
- create meet with
POST - https://api.zoom.us/v2/users/{userId}/meetings
with body:
{“topic”:“Demo”, “duration”: 30, “settings”:{}
- get the
start_url
and paste url in a clean browser session - click “Avvia riunione” and “Entra dal browser”
Screenshots (If applicable)