cancel
Showing results for 
Search instead for 
Did you mean: 
Important updates from Zoom Support:
  • Starting February 3, 2025, Zoom Phone customers must add their phone numbers to an approved 10DLC campaign in order to use SMS/MMS capabilities on their numbers.

  • Introducing more live support options! More Zoom customers now have access to live agent chat support. Sign in and visit our Contact Support page to see all your available support options. We’re here to help!

204 while updating user settings via REST API

ycd
Newcomer
Newcomer

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

0 REPLIES 0