Changing record settings using Zoom API

Hi,

I am looking to control settings for user recording trough Zoom API. I know cloud recording settings can be changed from user settings

https://marketplace.zoom.us/docs/api-reference/zoom-api/users/usersettingsupdate

How can I change below setting using an API call?

Hey @okan,

You can use that endpoint, just set the value in the recording object request payload:

Thanks,
Tommy