Logo
Zoom Public API Documentation

Add a client code to a call log

PUT {{baseUrl}}/phone/call_logs/:callLogId/client_code

Adds a client code to a call log. You can track call logs with a client code.

Prerequisites: * Business, or Education account * Zoom Phone license

Scopes: phone:write:admin

Granular Scopes: phone:update:call_log: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/call_logs/:callLogId/client_code' -H 'Content-Type: application/json' -d '{"client_code":"\u003cstring\u003e"}'

ENDPOINTS