GET {{baseUrl}}/phone/users/:userId/audios
Returns personal audios. Only the admin or user can query your audios and directly pass the Prerequisites:
* Business or Education account
* Zoom Phone license Scopes: Granular Scopes: Rate Limit Label: me
value instead of the userId
parameter.phone:read
,phone:read:admin
phone:read:list_audios
,phone:read:list_audios:admin
LIGHT
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"audios": [
{
"audio_id": "<string>",
"name": "<string>"
},
{
"audio_id": "<string>",
"name": "<string>"
}
]
} |
ENDPOINTS