---
title: "Get Department Member List"
method: GET
path: "/restapi/v1.0/account/{accountId}/department/{departmentId}/members"
tags: ["Call Queues"]
deprecated: true
---

# Get Department Member List

`GET /restapi/v1.0/account/{accountId}/department/{departmentId}/members`

> **Deprecated.**

Viewing user account information (including name, business name, address
and phone number/account number). Please note, that this method is
deprecated and legacy 'Department' entity corresponds to 'Call Queue'
in modern RingCentral product terminology. In order to retrieve call
queue members please use the following method
`GET/restapi/v1.0/account/{accountId}/call-queues/{groupId}/members`.

## Path parameters

- `accountId` string, required
- `departmentId` integer, required

## Query parameters

- `page` integer
- `perPage` integer

## Response `200`

Department members information

- DepartmentMemberList — Please note that legacy 'Department' extension type corresponds to 'Call Queue' extensions in modern RingCentral product terminology
  - `uri` string, uri — Canonical URL of the resource
  - `records` ExtensionInfo[] — List of call queue member extensions
    - `id` integer — Internal identifier of an extension
    - `uri` string, uri — Canonical URI of an extension
    - `name` string — Extension name
    - `extensionNumber` string — Extension short number
    - `partnerId` string — For partner applications. Internal identifier of an extension created by partner. The RingCentral supports the mapping of accounts and stores the corresponding account ID/extension ID for each partner ID of a client application. In request URIs partner IDs are accepted instead of regular RingCentral native IDs as path parameters using `pid=XXX` clause. Though in response URIs contain the corresponding account IDs and extension IDs. In all request and response bodies these values are reflected via partnerId attributes of account and extension
  - `navigation` PageNavigationModel — Links to other pages of the current result set
    - `firstPage` PageNavigationUri
      - `uri` string, uri — Canonical URI to retrieve the particular page of the result set
    - `nextPage` PageNavigationUri
      - `uri` string, uri — Canonical URI to retrieve the particular page of the result set
    - `previousPage` PageNavigationUri
      - `uri` string, uri — Canonical URI to retrieve the particular page of the result set
    - `lastPage` PageNavigationUri
      - `uri` string, uri — Canonical URI to retrieve the particular page of the result set
  - `paging` EnumeratedPagingModel
    - `perPage` integer, required — Current page size, describes how many items are in each page. Matches "perPage" parameter from the request.
    - `page` integer — The current page number. 1-indexed, so the first page is 1 by default. May be omitted if result is empty (because non-existent page was specified or perPage=0 was requested)
    - `pageStart` integer — The zero-based number of the first element on the current page. Omitted if the page is omitted or result is empty
    - `pageEnd` integer — The zero-based index of the last element on the current page. Omitted if the page is omitted or result is empty
    - `totalPages` integer — The total number of pages in a dataset. May be omitted for some resources due to performance reasons
    - `totalElements` integer — The total number of elements in a dataset. May be omitted for some resource due to performance reasons

---

[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/versions/8d602198ec97/schema)
