Queue Members
Update a Queue Member
Dequeue a member from a queue and redirect them to a new URL. Use the special value Front for the CallSid to dequeue the member at the front of the queue.
Permissions
The API token used to authenticate must have the following scope(s) enabled to make a successful request: Voice.
Learn more about API scopes.
post/Accounts/{AccountSid}/Queues/{QueueSid}/Members/{CallSid}
Path parameters
AccountSidstring uuid required
Universal Unique Identifier.
The unique identifier for the account this Queue is associated with.
QueueSidstring uuid required
Universal Unique Identifier.
The unique identifier for the queue.
CallSidstring required
The unique identifier for the call, or the special value 'Front' to reference the member at the front of the queue.
Response
The request has succeeded.
Example response
{
"date_enqueued": "Wed, 26 Sep 2018 18:00:00 +0000",
"position": 1,
"wait_time": 30,
"member_type": "laml_call",
"uri": "/api/laml/2010-04-01/Accounts/b3877c40-da60-4998-90ad-b792e98472af/Queues/b3877c40-da60-4998-90ad-b792e98472qu/Members/b3877c40-da60-4998-90ad-b792e98472ca.json"
}