---
title: "Assign Multiple Department Members"
method: POST
path: "/restapi/v1.0/account/{accountId}/department/bulk-assign"
tags: ["Call Queues"]
deprecated: true
---

# Assign Multiple Department Members

`POST /restapi/v1.0/account/{accountId}/department/bulk-assign`

> **Deprecated.**

Adds and/or removes multiple call queue members. Please note,
that this method is deprecated and legacy 'Department' entity
corresponds to 'Call Queue' in modern RingCentral product terminology.
In order to assign multiple call queue members please use the following
method `POST/restapi/v1.0/account/{accountId}/call-queues/{groupId}/bulk-assign`.

## Path parameters

- `accountId` string, required

## Request body

- DepartmentBulkAssignResource — Please note that legacy 'Department' extension type corresponds to 'Call Queue' extensions in modern RingCentral product terminology
  - `items` BulkAssignItem[]
    - `departmentId` string
    - `addedExtensionIds` string[]
    - `removedExtensionIds` string[]

## Response `204`

Successful response

---

[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)
