List audio items

GET {{baseUrl}}/phone/users/:userId/audios

Returns personal audios. Only the admin or user can query your audios and directly pass the me value instead of the userId parameter.

Prerequisites: * Business or Education account * Zoom Phone license

Scopes: phone:read,phone:read:admin

Granular Scopes: phone:read:list_audios,phone:read:list_audios:admin

Rate Limit Label: LIGHT

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"audios":[{"audio_id":"\u003cstring\u003e","name":"\u003cstring\u003e"},{"audio_id":"\u003cstring\u003e","name":"\u003cstring\u003e"}]}