Logo
Zoom Public API Documentation

Update a queue agent

PATCH {{baseUrl}}/contact_center/queues/:queueId/agents/:userId

Update the list of agents in a queue.

Scopes: contact_center_queue: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/queues/:queueId/agents/:userId' -H 'Content-Type: application/json' -d '{"opt_in_out_status":0}'

ENDPOINTS