The Members list resource is a subresource of a Queue instance resource. It represents the set of members currently in a queue.
A Members instance resource represents an individual queue member. Each member is addressed by its CallSid.
This resource represents a single queue Member, identified by a CallSid. Alternatively you can address the front of the Queue by specifying Front.
A specific call in the queue:
/2010-04-01/Accounts/{AccountSid}/Queues/{QueueSid}/Members/{CallSid}
The front of the queue:
/2010-04-01/Accounts/{AccountSid}/Queues/{QueueSid}/Members/Front
A Member resource is represented by the following properties:
| Property | Description |
|---|---|
| CallSid | A 34 character string that uniquely identifies the call that is enqueued. |
| DateEnqueued | The date that the member was enqueued, given in RFC 2822 format. |
| WaitTime | The number of seconds the member has been in the queue. |
| Position | This member's current position in the queue. |
You can either get a specific member by pointing to a particular CallSid or the front of the queue by specifying Front.
Posting a URL and Method to a Queue instance will dequeue a member from a queue and have the member's call begin executing the TwiML document at that URL.
You can address either an individual member by CallSid or the front of the queue by addressing Front.
When redirecting a member of a queue addressed by CallSid, only the first request will succeed and return a 200 response code. A second request will fail and return an appropriate 400 response code. When dequeuing the Front of the queue, the next call in the queue will be redirected.
Not supported
Not supported
/2010-04-01/Accounts/{AccountSid}/Queues/{QueueSid}/Members
Returns the list of members in the queue identified by {QueueSid}.
Not supported
Not supported
Not supported