---
title: "List Sites"
method: GET
path: "/restapi/v1.0/account/{accountId}/sites"
tags: ["Multi-Site"]
---

# List Sites

`GET /restapi/v1.0/account/{accountId}/sites`

Returns a list of sites for the specified account.

## Path parameters

- `accountId` string, required

## Response `200`

Sites information

- SitesList
  - `uri` string, uri — Link to a sites resource
  - `records` SiteInfo[]
    - `id` string — Internal identifier of a site extension
    - `uri` string, uri — Link to a site resource
    - `name` string — Extension user first name
    - `extensionNumber` string — Extension number
    - `callerIdName` string — Custom name of a caller. Max number of characters is 15 (only alphabetical symbols, numbers and commas are supported)
    - `email` string, email — Site extension contact email
    - `businessAddress` ContactBusinessAddressInfo — User's business address. The default is Company (Auto-Receptionist) settings
      - `country` string — Country name of a user's company
      - `state` string — State/province name of a user's company. Mandatory for the USA, UK and Canada
      - `city` string — City name of a user's company
      - `street` string — Street address of a user's company
      - `zip` string — Zip code of a user's company
    - `regionalSettings` RegionalSettings — Regional data (timezone, home country, language) of an extension/account. The default is Company (Auto-Receptionist) settings
      - `homeCountry` CountryInfoShortModel
        - `id` string — Internal identifier of a country
        - `uri` string, uri — Canonical URI of a country resource
        - `name` string — The official name of a country
        - `isoCode` string — A ISO country code value complying with the [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) format.
        - `callingCode` string — Country calling code defined by [ITU-T](http://en.wikipedia.org/wiki/ITU-T) recommendations [E.123](http://en.wikipedia.org/wiki/E.123) and [E.164](http://en.wikipedia.org/wiki/E.164), see [Calling Codes](http://en.wikipedia.org/wiki/List_of_country_calling_codes)
      - `timezone` TimezoneInfo — Extension timezone information
        - `id` string — Internal identifier of a timezone
        - `uri` string, uri — Canonical URI of a timezone
        - `name` string — Short name of a timezone
        - `description` string — Meaningful description of the timezone
        - `bias` string
      - `language` RegionalLanguageInfo — Information on a language set as regional
        - `id` string — Internal identifier of a language set as regional
        - `localeCode` string — Localization code of a language set as regional
        - `name` string — Official name of a language set as regional
      - `greetingLanguage` GreetingLanguageInfo — Information on language used for telephony greetings
        - `id` string — Internal identifier of a greeting language
        - `localeCode` string — Localization code of a greeting language
        - `name` string — Official name of a greeting language
      - `formattingLocale` FormattingLocaleInfo — Formatting language preferences for numbers, dates and currencies
        - `id` string — Internal identifier of a formatting language
        - `localeCode` string — Localization code of a formatting language
        - `name` string — Official name of a formatting language
      - `timeFormat` '12h' | '24h' — Time format setting. The default value is '12h' = ['12h', '24h']
    - `operator` OperatorInfo — Site Fax/SMS recipient (operator) reference. Multi-level IVR should be enabled
      - `id` string — Internal identifier of an operator
      - `uri` string, uri — Link to an operator resource
      - `extensionNumber` string — Extension number (pin)
      - `name` string — Operator extension user full name
    - `code` string — Site code value. Returned only if specified
  - `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)
