curl--location--request POST 'http://api.zoom.us/v2/accounts//phone/setup' \
--form'emergency_address=""' \
--form'extension_number="800"'
响应示例响应示例
201 - 示例 1
{}
请求参数
Path 参数
Body 参数multipart/form-data
返回响应
🟢201**HTTP Status Codes** `201`<br>
Created.
application/json
Body
🟠400**HTTP Response Code:** `400`<br>
**Error Codes:** `300`<br>
The extension number {0} that you entered is a reserved number and can not be used. Provide a different number and try again.<br>
This account is not enrolled in a Zoom Phone plan. Subscribe to
🟠401**HTTP Status Code:** `401`<br>
Unauthorized.<br>
**Error Code:** <br>
`124` Account does not exist: {accountId}.<br>