Update
Use this endpoint for the Queue Members method to modify the properties of a queue member that is actively waiting in a call queue.
Path parameters
AccountSid
The unique identifier for the account this Queue is associated with.
QueueSid
The unique identifier for the queue.
CallSid
The unique identifier for the call, or the special value 'Front' to reference the member at the front of the queue.
Request
Url
The URL to redirect the dequeued member to. This URL should return cXML instructions for handling the call.
Method
The HTTP method to use when requesting the URL. Default is `POST`.
Allowed values:
Response
call_sid
The unique identifier for the call.
account_sid
The unique identifier for the account.
queue_sid
The unique identifier for the queue.
date_enqueued
The date and time, in RFC 2822 format, when the member was enqueued.
position
The position of the member in the queue (1-indexed).
wait_time
The wait time, in seconds, since the member was enqueued.
member_type
The type of the queue member.
uri
The URI of this resource, relative to the API base URL.
Request examples
Request: dequeue from front of queue
Dequeue the member that is waiting at the front of the queue.
Request: dequeue particular member
Dequeue a particular member by specifying their CallSid.
Only the initial dequeue request will return a 200 response.
All other dequeue requests on the same CallSid will result in a 400 response.