Logo
Zoom Public API Documentation

Update provision template of a device

PUT {{baseUrl}}/phone/devices/:deviceId/provision_templates

Use this API to assign a provision template to a device or remove a provision template from the device by leaving templateId empty.

Prerequisites:

  • Pro or a higher account with Zoom Phone license
  • Account owner or admin permissions
  • Supported device

Scopes: phone:write:admin

Granular Scopes: phone:update:device_provision_template:admin

Rate Limit Label: Light

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string




RESPONSES

status





Curl
curl -X PUT 'https://api.zoom.us/v2/phone/devices/:deviceId/provision_templates' -H 'Content-Type: application/json' -d '{"provision_template_id":"\u003cstring\u003e"}'

ENDPOINTS