By default, all Zoom Phone users can make and receive calls using the Zoom desktop and mobile applications. Additionally, if a desk phone is required, use this API to add a desk phone and assign it to a user.Prerequisites:
curl--location--request POST 'http://api.zoom.us/v2/phone/devices' \
--form'display_name=""' \
--form'mac_address=""'
响应示例响应示例
201 - 示例 1
null
请求参数
Body 参数multipart/form-data
返回响应
🟢201**HTTP Status Code:** `201` **Created**<br>
Device added successfully.
application/json
Body
🟠400**HTTP Status Code:** `400` **Bad Request**<br>
**Error Code:** `300` **Validation failed.**<br>
Phone manufacturer does not exist.<br>
Phone model does not exist.<br>
Phone manufacturer is not supported.<br><br>
**Error Code:** `400`<br>
The MAC Address
🟠404**HTTP Status Code:** `404` **Not Found**<br>
**Error Code:** `1001`<br>
User not found: {userId}