Logo
Zoom Public API Documentation

Update a device profile

PATCH {{baseUrl}}/rooms/:roomId/device_profiles/:deviceProfileId

Use this API to update a Zoom Room device profile.

Prerequisites: * A Pro or a higher account with Zoom Rooms.

Scopes: room:write:admin

Rate Limit Label: Medium

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string




RESPONSES

status





Curl
curl -X PATCH 'https://api.zoom.us/v2/rooms/:roomId/device_profiles/:deviceProfileId' -H 'Content-Type: application/json' -d '{"audio_processing":"\u003cboolean\u003e","auto_adjust_mic_level":"\u003cboolean\u003e","camera_id":"\u003cstring\u003e","echo_cancellation":"\u003cboolean\u003e","microphone_id":"\u003cstring\u003e","noise_suppression":"aggressive","speaker_id":"\u003cstring\u003e"}'

ENDPOINTS