Logo
Zoom Public API Documentation

List device profiles

GET {{baseUrl}}/rooms/:roomId/device_profiles

Use this API to return a list of Zoom Room device profiles.

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

Scopes: room:read:admin

Rate Limit Label: Medium

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

[ { "audio_processing": "<boolean>", "auto_adjust_mic_level": "<boolean>", "camera_id": "<string>", "echo_cancellation": "<boolean>", "id": "<string>", "microphone_id": "<string>", "name": "<string>", "noise_suppression": "moderate", "speaker_id": "<string>" }, { "audio_processing": "<boolean>", "auto_adjust_mic_level": "<boolean>", "camera_id": "<string>", "echo_cancellation": "<boolean>", "id": "<string>", "microphone_id": "<string>", "name": "<string>", "noise_suppression": "aggressive", "speaker_id": "<string>" } ]



Curl
curl -X GET 'https://api.zoom.us/v2/rooms/:roomId/device_profiles' -H 'Accept: application/json'

ENDPOINTS