Skip to main content

Update a Queue Member.

Allows you to modify the properties of a queue member that is actively waiting in a call queue.

Permissions

The API token must include the following scopes: Voice.

Path Parameters
AccountSid uuid REQUIRED

The unique identifier for the account this Queue is associated with.

QueueSid uuid REQUIRED

The unique identifier for the queue.

CallSid uuid REQUIRED

The unique identifier for the call.

Query Parameters
Front string

Retrieve the member that is at the front of the queue.

Request Body REQUIRED
DateEnqueued string

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

Position string

The member's current place in the queue.

WaitTime string

The contents of the Bin, this evaluate to valid XML, with additional support for mustache templating.

Responses
200

OK

Schema OPTIONAL
call_sid string OPTIONAL

The unique identifier for the call this Queue Member is associated with.

date_enqueued string OPTIONAL

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

position string OPTIONAL

The member's current place in the queue.

uri string OPTIONAL

The URL of this resource.

wait_time string OPTIONAL

The contents of the Bin, this evaluate to valid XML, with additional support for mustache templating.