When using the Pro Account, type 2 meetings do not generate an autogenerated password from the API

When creating a new meeting, an auto-generated password is not being generated. If the password is sent in input parameters, the password can be obtained in the response. However, the requirement is to have an auto-generated password every time.

here are the API details
URL:https://api.zoom.us/v2/users/email/meetings

input parameters :{“settings”:{“meeting_authentication”:false},“topic”:“testing”,“type”:2,“start_time”:“2021-02-02T09:49:13.069461+00:00”,“duration”:20,“password”:null}

Output parameters
{
“uuid”: “p9SF7t8nTDOMXk99H8WKDg==”,
“id”: 93955453774,
“host_id”: “sCyr2BgRRjiReNeTiWW2Nw”,
“host_email”: “email”,
“topic”: “testing”,
“type”: 2,
“status”: “waiting”,
“start_time”: “2024-02-07T10:59:49Z”,
“duration”: 20,
“timezone”: “America/Chicago”,
“created_at”: “2024-02-07T10:59:49Z”,
“start_url”: “starturl”,
“join_url”: “joinurl”,
“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”: “”,
“alternative_host_update_polls”: false,
“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”: “Washington DC”,
“number”: “”,
“type”: “toll”,
“country”: “US”
},
{
],
“registrants_email_notification”: true,
“meeting_authentication”: false,
“encryption_type”: “enhanced_encryption”,
“language_interpretation”: {
“enable”: false
},
“approved_or_denied_countries_or_regions”: {
“enable”: false
},
“question_and_answer”: {
“enable”: false
},
“breakout_room”: {
“enable”: false
},
“internal_meeting”: false,
“continuous_meeting_chat”: {
“enable”: false,
“auto_add_invited_external_users”: false
},
“participant_focused_meeting”: false,
“push_change_to_calendar”: false,
“resources”: ,
“alternative_hosts_email_notification”: true,
“show_join_info”: false,
“language_interpretation_options”: {
“enable”: false
},
“device_testing”: false,
“focus_mode”: false,
“enable_dedicated_group_chat”: false,
“private_meeting”: false,
“email_notification”: true,
“host_save_video_order”: false,
“sign_language_interpretation”: {
“enable”: false
},
“email_in_attendee_report”: false
},
“pre_schedule”: false
}

Hi @kvmhsh020 , for POST request to this endpoint, see the following about meeting passwords:

Ensure the settings are in place for your password needs on the user/account level prior to creating a meeting.

1 Like