Hello Zoom Support Team,
I am creating meetings using the following Zoom API endpoint:
POST https://zoom.us/v2/users/{userId}/meetings
However, every meeting created through this API automatically receives a meeting password, even when I do not include the “password” field in the request body.
I would like to know:
- Under what conditions does Zoom automatically assign a meeting password when creating a meeting via API?
- Is there a way to create a meeting without a password using this API?
- Which specific account or user settings control whether a password is required for API‑created meetings?
I want to configure my account so that meetings created through the API do not require a password, if possible.
Thank you for your assistance.