Skip to main content

Update a Queue Member.

POST 

/Accounts/:AccountSid/Queues/:QueueSid/Members/:CallSid

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.

Request

Path Parameters

    AccountSid uuidrequired

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

    QueueSid uuidrequired

    The unique identifier for the queue.

    CallSid uuidrequired

    The unique identifier for the call.

Query Parameters

    Front string

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

OK

Schema

    call_sid string

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

    date_enqueued string

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

    position string

    The member's current place in the queue.

    uri string

    The URL of this resource.

    wait_time string

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

Loading...