Logo
Zoom Public API Documentation

Create a system status

POST {{baseUrl}}/contact_center/system_statuses

Create custom statuses 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
Accept
string




RESPONSES

status Created

{ "status_id": "<string>", "status_name": "Not Ready", "status_type": "custom", "status_category": "agent_status", "enable": "<boolean>" }



Curl
curl -X POST 'https://api.zoom.us/v2/contact_center/system_statuses' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"status_name":"\u003cstring\u003e","status_category":"queue_opt_out_and_not_ready_status","enable":true}'

ENDPOINTS