User
Set call queue agent status
Set call queue agent status.
post/users/{id}/call_queues/{queue_id}/agent
Path parameters
idstring required
The unique ID of the resource.
Example:NzAwNTUxOTA5NzczMTQ4MTYw
The unique ID of the user.
queue_idstring required
The unique ID of the resource.
Example:NzAwNTUxOTA5NzczMTQ4MTYw
The unique ID of the call queue.
Request body
Example request
{
"status": "READY"
}Response
OK