Logo
Zoom Public API Documentation

Assign an entity to a device

POST {{baseUrl}}/phone/devices/:deviceId/extensions

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: * Pro or a higher account with Zoom Phone license * Account owner or admin permissions * Supported device

Scopes: phone:write:admin

Granular Scopes: phone:write:device_extension:admin

Rate Limit Label: Light

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string
Accept
string




RESPONSES

status Created

{}



Curl
curl -X POST 'https://api.zoom.us/v2/phone/devices/:deviceId/extensions' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"assignee_extension_ids":["\u003cstring\u003e","\u003cstring\u003e"]}'

ENDPOINTS