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

# Create Site

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

Creates a site for the specified account.

## Path parameters

- `accountId` string, required

## Request body

- CreateSiteRequest
  - `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 — Extension user 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` SiteOperatorReference — Site Fax/SMS recipient (operator) reference. Multi-level IVR should be enabled
    - `id` string — Internal identifier of an operator extension
  - `code` string — Site code value

## Response `200`

Added site information

- 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

---

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