Skip to main content

Queue Members

Queue members are the callers who are currently waiting in a call queue.

Properties

AttributeType
call_sidstringThe unique identifier for the call that is enqueued.
date_enqueueddatetimeThe date, in RFC 2822 format, the queue member was enqueued.
positionintegerThe member's current place in the queue.
wait_timeintegerThe time, in seconds, a member is waiting in a queue.

A sample Queue Member returned from the API:

{
"call_sid": "b3877c40-da60-4998-90ad-b792e98472ca",
"date_enqueued": "Wed, 26 Sept 2018 22:00:00 +0000",
"position": 1,
"uri": "/api/laml/2010-04-01/Accounts/b3877c40-da60-4998-90ad-b792e98472ac/Queues/b3877c40-da60-4998-90ad-b792e98472qu/Members/b3877c40-da60-4998-90ad-b792e98472ac.json",
"wait_time": 100,
"account_sid": "b3877c40-da60-4998-90ad-b792e98472ac",
"queue_sid": "b3877c40-da60-4998-90ad-b792e98472qu"
}