POST {{baseUrl}}/phone/users/:userId/audios/batch
Adds the audio items. You can only upload voice files at this time. Only the admin or user can add your audio and directly pass the Prerequisites:
* Business or Education account
* Zoom Phone license Size and quantity limits for audio attachments:
* Up to 5 attachments
* Each file size should be no more than 1MB Scopes: Granular Scopes: Rate Limit Label: me
value instead of the userId
parameter.phone:write
,phone:write:admin
phone:write:batch_audios
,phone:write:batch_audios:admin
HEAVY
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Content-Type
|
string | ||
Accept
|
string |
RESPONSES
status Created
{
"audios": [
{
"audio_id": "<string>",
"name": "<string>"
},
{
"audio_id": "<string>",
"name": "<string>"
}
]
} |
ENDPOINTS