ADO.NET Provider for Twilio

Build 26.0.9655

QueueMembers

Members is a subresource of Queues and represents a single call in a call queue.

Table-Specific Information

A Queue resource describes a call queue that contains individual calls, which are described by the queue's Members subsresource. Your account can have more than one call queue.

Select

Twilio allows only a small subset of columns to be used in the WHERE clause of a SELECT query. The provider uses the Twilio api to process WHERE clause conditions built with the following columns and operator:

  • QueueSid and CallSid supports the = operator.

Note: QueueSid is required in order to query QueueMembers.
SELECT * FROM QueueMembers WHERE QueueSid = 'QUb6b54410a940521a074713abfd5a4226'

Insert

Twilio does not allow QueueMembers to be added.

Update


 UPDATE Queues SET MaxSize = 50, Name = 'Test value' WHERE SID = 'QU5b50281a74c6168acdf884e419990ea1';

Delete

p>Twilio does not allow QueueMembers to be deleted.

Columns

Name Type ReadOnly References Description
CallSid [KEY] String True

The SID of the Call the Member resource is associated with.

QueueSid String True

The SID of the Queue the member is in.

AccountSid String True

The Id of the account that created this Conference resource.

DateEnqueued Datetime True

The date that the member was enqueued, given in RFC 2822 format.

Position Integer True

This member's current position in the queue.

Url String False

The URI of this resource.

WaitTime Integer True

The number of seconds the member has been in the queue.

AverageWaitTime Integer True

The average wait time in seconds of the members in this queue. This is calculated at the time of the request.

MaxSize Integer True

The maximum number of calls that can be in the queue.

Copyright (c) 2026 CData Software, Inc. - All rights reserved.
Build 26.0.9655