---
title: "Update Company Business Address"
method: PUT
path: "/restapi/v1.0/account/{accountId}/business-address"
tags: ["Company"]
---

# Update Company Business Address

`PUT /restapi/v1.0/account/{accountId}/business-address`

Updates the business address of a company that account is linked
to.

## Path parameters

- `accountId` string, required

## Request body

- ModifyAccountBusinessAddressRequest
  - `company` string — Company business name
  - `email` string, email — Company business email address
  - `businessAddress` BusinessAddressInfo — Company business address
    - `country` string — Name of a country
    - `state` string — Name of a state/province
    - `city` string — Name of a city
    - `street` string — Street address
    - `zip` string — Zip code
  - `mainSiteName` string — Custom site name

## Response `200`

Updated company business address

- AccountBusinessAddressResource
  - `uri` string, uri
  - `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
  - `company` string — Company business name
  - `email` string, email — Company business email address
  - `mainSiteName` string — Custom site name

---

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