Zoom Phones API - Set Automatic Call Recording and Ad Hoc Call Recording per user

Hi,

I can’t find any API documentation on setting automatic call recording and ad hoc call recording for Zoom Phones. Am I missing something or is this not supported?

See image of Zoom GUI setting:

Hi @tuki.io
Thanks for reaching out to us!
Have you tried using this endpoint?

For individuals I see that you can use the ‘Get a user’s profile’ endpoint (get /phone/users/{userId} ) to see and ‘Update a user’s profile’ endpoint (patch /phone/users/{userId} ) to set a user’s Ad Hoc and Automatic Recording settings.

I also see that you can use the ’ List an account’s zoom phone settings’ endpoint (get /phone/account_settings) to view the account level settings, but I don’t see a way to change the account settings via API.