Logo
Zoom Public API Documentation

Update a task

PATCH {{baseUrl}}/contact_center/tasks/:taskId

Use this API to:
1) update a task's priority level or
2) manually assign or unassign a task to an agent.

Scopes: contact_center_task:write:admin

Rate Limit Label: Light

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string




RESPONSES

status





Curl
curl -X PATCH 'https://api.zoom.us/v2/contact_center/tasks/:taskId' -H 'Content-Type: application/json' -d '{"task_priority":"\u003cinteger\u003e","assigned_user_id":"\u003cstring\u003e"}'

ENDPOINTS