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:
🟢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}
请求示例请求示例
Shell
JavaScript
Java
Swift
curl--location--request POST 'http://api.zoom.us/v2/phone/devices' \
--form'display_name=""' \
--form'mac_address=""'