Creation of meeting with API, without password but when entering you remain in the waiting room

Good afternoon,
We are creating meeting through the api with the following configuration:
‘{
“topic”: “Capacitacion”,
“type”: 2,
“start_time”: “2023-11-29T12:00:00Z”,
“duration”: 20,
“timezone”: “America/Bogota”,
“agenda”: “‘Reunion de Capacitacion’”,
“settings”: {
“host_video”: true,
“participant_video”: true,
“cn_meeting”: true,
“in_meeting”: true,
“join_before_host”: false,
“mute_upon_entry”: true,
“watermark”: true,
“use_pmi”: false,
“waiting_room”: true,
“approval_type”: 2,
“registration”: false,
“audio”: “both”,
“auto_recording”: “cloud”,
“enforce_login”: false,
“registrants_email_notification”: false,
“participant_video”: true
}
}’
The link should not be passworded and we need the guests to stay in the waiting room and this is not happening and when entering they are entering directly to the meeting as host.
What should we do so that the guests are in the waiting room, thank you for your attention.

Hi @software_teker ,

You may have passwords enabled at the account, user or group settings level. Please check in the web portal portal:

https://support.zoom.com/hc/en/article?id=zm_kb&sysparm_article=KB0063160#h_530762f7-e34a-4c55-a929-f16c5386d7be

There is also mention of this in the API endpoint docs:

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