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

# Get Account Business Address

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

Returns business address of a company.

## Path parameters

- `accountId` string, required

## Response `200`

Success

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