---
title: "Update User Call Queues"
method: PUT
path: "/restapi/v1.0/account/{accountId}/extension/{extensionId}/call-queues"
tags: ["Call Queues"]
---

# Update User Call Queues

`PUT /restapi/v1.0/account/{accountId}/extension/{extensionId}/call-queues`

Updates a list of call queues where the user is an agent. This
is a full update request, which means that if any call queue where the user is
an agent is not mentioned in request, then the user is automatically removed
from this queue.

## Path parameters

- `accountId` string, required
- `extensionId` string, required

## Request body

- UserCallQueues
  - `records` QueueShortInfoResource[] — List of queues where an extension is an agent
    - `id` string — Call queue extension identifier
    - `name` string — Call queue name (read-only)

## Response `200`

OK

- UserCallQueues
  - `records` QueueShortInfoResource[] — List of queues where an extension is an agent
    - `id` string — Call queue extension identifier
    - `name` string — Call queue name (read-only)

---

[API](https://skmtc.net/ringcentral/apis/ringcentral-api.md) · [All operations](https://skmtc.net/ringcentral/apis/ringcentral-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ringcentral/ringcentral-api/revisions/8d602198ec97/schema)
