Call Queue
Set call queue agent status
Set call queue agent status.
post/call_queues/{id}/agents/{agent_number}
Path parameters
idstring required
The unique ID of the resource.
Example:NzAwNTUxOTA5NzczMTQ4MTYw
The unique ID of call queue.
agent_numberstring required
The extension number.
The extension number of the agent.
Request body
Example request
{
"status": "READY"
}Response
OK