action zoom_device_list { label: "List H.323/SIP devices" description: "A H.323 or SIP device can make a video call to a [Room Connector](https://support.zoom.us/hc/en-us/articles/201363273-Getting-Started-With-H-323-SIP-Room-Connector) to join a Zoom cloud meeting. A Room Connector can also call out to a H.323 or SIP device to join a Zoom cloud meeting. Use this API to list all H.323/SIP Devices on a Zoom account.

\n**Scopes:** `h323:read:admin`
\n\n **[Rate Limit Label](https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits):** `Medium`
" provider: zoom method: GET path: "/h323/devices" encoding: json input: { type: "object" properties: { next_page_token: { type: "string" } page_number: { type: "integer" } page_size: { type: "integer" } } additionalProperties: false } output: { type: "object" description: "List of H.323/SIP Devices." } }