Meetings are being created without password

Description
Although I have enabled the setting Require a password when scheduling new meetings for the Host, the meeting created with by the Endpoint users/{$userId}/meetings has no password.

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

Which Endpoint/s?
users/{$userId}/meetings

Hi @stephane.lux, this is due to the account setting not being set to Locked. When the API receives a new meeting being created without a password, it interprets this setting being overwritten. Sorry for any confusion here. You can set a password in the API request.

Reference the following post for more info:

@michael.zoom Thanks. I didn’t know that, the setting has to be locked.

@stephane.lux again, please pardon the confusion. We’ll update our documentation to be more specific. Let us know if you have any questions!