Logo
Zoom Public API Documentation

Update a system status

PATCH {{baseUrl}}/contact_center/system_statuses/:statusId

Update a custom status for the agentstatus and queueoptoutandnotready_status categories.

Scopes: contact_center_preference: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/system_statuses/:statusId' -H 'Content-Type: application/json' -d '{"status_name":"\u003cstring\u003e","enable":true}'

ENDPOINTS