Description
I try to update a meeting with Zoom API, and we only want to update “alternative_hosts”. So we use the json below to update the meeting.
{“settings”: {“alternative_hosts”: “xxx@xxx.com”}}
However, we find the “meeting_authentication” is also changed. The meeting has disabled authentication before the update, but it is enabled after the API call.
Error
The meeting has disabled authentication before the update, but it is enabled after the API call ever we don’t assign the value in json.
Which Endpoint/s?
How To Reproduce (If applicable)
Steps to reproduce the behavior:
Create a meeting and disable authentication
Update the meeting via API with json {“settings”: {“alternative_hosts”: “xxx@xxx.com”}}
Thank you for reaching out to the Zoom Developer Forum. I tested this on my end but wasn’t able to see the same issue. Are you able to provide an example of the request you make to the Create a Meeting API?