Pro account Create meeting API response not having password

I have a pro account of zoom and using those credentials am creating zoom meeting through API in my mobile application (android and iOS)
But, in the response password is not there
response of my API

{{
“uuid”: “F3kDYXbERzi2XQV4Xpx7bA==”,
“id”: 93061910907,
“host_id”: “ORzE01njTq-o1QQJDR8E7A”,
“host_email”: “Melanie.kansil@serena-app.com”,
“topic”: “yoga”,
“type”: 2,
“status”: “waiting”,
“start_time”: “2021-06-16T07:58:40Z”,
“duration”: 25,
“timezone”: “Asia/Calcutta”,
“created_at”: “2021-06-16T07:58:40Z”,
“start_url”: “https://zoom.us/s/93061910907?zak=eyJ6bV9za20iOiJ6bV9vMm0iLCJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJjbGllbnRzbSIsInVpZCI6Ik9SekUwMW5qVHEtbzFRUUpEUjhFN0EiLCJpc3MiOiJ3ZWIiLCJzdHkiOjEwMCwid2NkIjoiYXcxIiwiY2x0IjowLCJzdGsiOiJHUFFMb29DajhKampPcHVZUjhHUEFTc2d5Ni1ld19WVjBPbVJvTUJielNJLkJnWXNObmRIYTBNNVNHdFVTQ3RwT0c1M05HdHpLM05IVlRnelltbHdXbXN4ZHpNclYxZDVjVkprTTJrdll6MUFZMk14WXpBeE1UTXhOekJrTlRjNE1tTmlaalJrTjJFMk1ESXhaV1kyTTJRMU5XTTNObUk0TnpFd05UY3pNMlU1TW1SaE1qZzJOekEwWmpGbE1HWXlOd0FNTTBOQ1FYVnZhVmxUTTNNOUFBTmhkekVBQUFGNkU5UlZoQUFTZFFBQUFBIiwiZXhwIjoxNjIzODM3NTIwLCJpYXQiOjE2MjM4MzAzMjAsImFpZCI6IjNkZkJtYmJtUkpxS0U1Wkdoa3g0Y1EiLCJjaWQiOiIifQ.u4mNrgzhePDE5FfslKXiJ0jLHsfGrRtMEFp36tVG52w”,
“join_url”: “Launch Meeting - Zoom”,
“settings”: {
“host_video”: false,
“participant_video”: false,
“cn_meeting”: false,
“in_meeting”: false,
“join_before_host”: false,
“jbh_time”: 0,
“mute_upon_entry”: false,
“watermark”: false,
“use_pmi”: false,
“approval_type”: 2,
“audio”: “both”,
“auto_recording”: “none”,
“enforce_login”: false,
“enforce_login_domains”: “”,
“alternative_hosts”: “”,
“close_registration”: false,
“show_share_button”: false,
“allow_multiple_devices”: false,
“registrants_confirmation_email”: true,
“waiting_room”: true,
“request_permission_to_unmute_participants”: false,
“global_dial_in_countries”: [
“US”
],
“global_dial_in_numbers”: [
{
“country_name”: “US”,
“city”: “Houston”,
“number”: “+1 3462487799”,
“type”: “toll”,
“country”: “US”
},
{
“country_name”: “US”,
“city”: “San Jose”,
“number”: “+1 6699006833”,
“type”: “toll”,
“country”: “US”
},
{
“country_name”: “US”,
“city”: “New York”,
“number”: “+1 9292056099”,
“type”: “toll”,
“country”: “US”
},
{
“country_name”: “US”,
“city”: “Tacoma”,
“number”: “+1 2532158782”,
“type”: “toll”,
“country”: “US”
},
{
“country_name”: “US”,
“city”: “Washington DC”,
“number”: “+1 3017158592”,
“type”: “toll”,
“country”: “US”
},
{
“country_name”: “US”,
“city”: “Chicago”,
“number”: “+1 3126266799”,
“type”: “toll”,
“country”: “US”
}
],
“registrants_email_notification”: true,
“meeting_authentication”: false,
“encryption_type”: “enhanced_encryption”,
“approved_or_denied_countries_or_regions”: {
“enable”: false
},
“breakout_room”: {
“enable”: false
},
“alternative_hosts_email_notification”: true,
“device_testing”: false
}
}}

Hi @shraddhap,

Thanks for reaching out.

If a password is not explicitly passed in the request, and the waiting room is turned on, the response will not automatically generate a password.

If you turn the waiting room off, I believe this will resolve the issue. Or, you can explicitly pass your own password and leave the waiting room on.

Let me know if this helps!
Will

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