cancel
Showing results for 
Search instead for 
Did you mean: 
Important updates from Zoom Support:
  • Effective immediately, customers with subscription plans greater than $10 USD/month may receive live chat support. Sign in and visit our contact page to view your support options.

  • Starting February 1, 2025, Zoom Phone customers must add their phone numbers to an approved 10DLC campaign in order to keep using SMS/MMS capabilities on their numbers.

Update user settings using API

ycd
Newcomer
Newcomer
Trying to update user settings using the API details below. It returns 204 (success?) but the user settings are not updated.
 
-------------------------
Body:
{
  "feature": {
    "large_meeting": true
  }
}
 
HTTP status : 204

Response : Null
 
-------------------------
 
Looking for help.
3 REPLIES 3

ycd
Newcomer
Newcomer

tagging @Donte_S  

Donte_S
Zoom Employee
Zoom Employee

Thank you for the tag @ycd ! I will follow up with you via the submitted support request. You should also know we have a dedicated Developer Forum where you can post Zoom API-related inquiries as well.  Here is the link for your reference : 

 

https://devforum.zoom.us/c/api-and-webhooks/8

 

Regards, 

Donte

 

 

ycd
Newcomer
Newcomer