Unable to update user settings with API

Hi, I am using an admin account and am having issues with the update user settings API.

I get a successful 204 in response, but when I do a subsequent call to get the user settings for that same user -

the user settings seem not to be updated. Also checked in the Zoom UI, the settings are not changed. My payload is-
PATCH https://api.zoom.us/v2/users/<UserID>/settings
Authorization: Bearer <token>
Accept: application/json, application/xml
Content-Type: application/json

{
“feature”:
{
“large_meeting”: true,
“webinar”:true,
“large_meeting_capacity”: 500,
“webinar_capacity”: 500
}
}

1 Like

Hey @anisha.dhekne

Thanks for posting on the Zoom Devforum! I am still learning, but I will try my best to help answer your question. :slightly_smiling_face:

Checkout this related thread that may have the answer you are looking for:

If this thread did not help, please let us know by replying back here and someone from the Developer Relations team will get back to you shortly.

Thanks,
DeveloperBot

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.