API Call: Meeting Link Created without Password Even Password Option Passed

Description
When creating a meeting link, even with password option filled, the meeting link generated is still without the pwd hash.
Expected Link: https://us02web.zoom.us/j/12345678000?pwd=N041TkdZneDlpNFUrcVZhenF6QT09
Actual Returned Link: https://us02web.zoom.us/j/12345678000

Error
No Error returned, just the link is not correct.

Which App Type (OAuth / Chatbot / JWT / Webhook)?
OAuth

Which Endpoint/s?
https://api.zoom.us/v2/users/me/meetings

{
  "topic": "How to successfully run online classes using Zoom!",
  "type": "2",
  "start_time": "2020-03-30T23:00:00Z",
  "duration": "60",
  "timezone": "UTC",
  "password": "hqur",
  "agenda": "Tue, 31 Mar 10:00AM - 11:00AM",
  "settings": {
     "host_video": "false",
    "participant_video": "false",
    "cn_meeting": "false",
    "in_meeting": "false",
    "join_before_host": "true",
    "mute_upon_entry": "true",
    "watermark": "true",
    "use_pmi": "false",
    "approval_type": "2",
    "audio": "both",
    "auto_recording": "none",
    "enforce_login": "false",
    "waiting_room": "false"
  }
}

How To Reproduce (If applicable)
Steps to reproduce the behavior:
Not Applicable

Screenshots (If applicable)
Not Applicable

Additional context
Is there an Account Setting in place preventing the link from being generated with a password? We saw two of our integrated accounts producing links without a password.

After playing around with the account settings, it turns out to be this setting:

Only when this is enabled, the pwd hash will be embedded in the meeting link …

1 Like

Thanks for posting the solution! :slight_smile:

-Tommy