Zoomtopia is here. Unlock the transformative power of generative AI, helping you connect, collaborate, and Work Happy with AI Companion.
Register nowEmpowering you to increase productivity, improve team effectiveness, and enhance skills.
Learn moreKeep your Zoom app up to date to access the latest features.
Download Center Download the Zoom appDownload hi-res images and animations to elevate your next Zoom meeting.
Browse Backgrounds Zoom Virtual BackgroundsEmpowering you to increase productivity, improve team effectiveness, and enhance skills.
Zoom AI Companion2022-04-21 09:34 AM
This was already asked 100s of times but I do not see the discussion going to a conclusion so asking again!
I have created a ticket with the support but their bot seems to be suggesting to wait infinitely. PLEASE DO NOT CANCEL MY TICKET because I am submitting this question here.
---------
Using a super admin account. See the REST call details below. It's using OAuth [not shown below].
I get a successful 204 in response, but the user settings for that user are unchanged.
PATCH https://api.zoom.us/v2/users/***********/settings
Accept: application/json
Content-Type: application/json
{
"feature": {
"large_meeting": true
}
}
Response : 204
Response body : null