Can user profile settings be edited/patched via API?

Format Your New Topic as Follows:

API Endpoint(s) and/or Zoom API Event(s)

Description
I am working on an application that will be listed on Zoom Marketplace. I want to enable cloud recording for my meetings. For this i have already included auto_recording : cloud in my payload.settings when calling the meeting creation API.

Also I am aware that the meeting creator must have a paid account for record to take place.
However, when attempting to do so, no recording was taking place. In addition to the steps above, I also had to toggle on cloud recordings and auto recording in user settings.

Is there a way to do this via the API. I do not want to burden the users with manual friction of configuring the settings?

Hey @Abu
Thanks for reaching out to us and welcome to the Zoom developer forum!
You could use the Update user settings endpoint to set the auto_recording to cloud if that’s what you wish and you could also pass the cloud_recording set to true.

I would suggest you to run a couple of tests using this endpoint and report back to me if you need any additional help