---
title: "List Emergency Locations"
method: GET
path: "/restapi/v1.0/account/{accountId}/emergency-locations"
tags: ["Automatic Location Updates"]
---

# List Emergency Locations

`GET /restapi/v1.0/account/{accountId}/emergency-locations`

Returns emergency response locations for the current account.

## Path parameters

- `accountId` string, required

## Query parameters

- `siteId` string[]
- `searchString` string
- `addressStatus` 'Valid' | 'Invalid' | 'Provisioning'
- `usageStatus` 'Active' | 'Inactive'
- `domesticCountryId` string
- `orderBy` '+name' | '+siteName' | '+address' | '+addressStatus' | '+usageStatus' | '-name' | '-siteName' | '-address' | '-addressStatus' | '-usageStatus'
- `perPage` integer
- `page` integer

## Response `200`

Emergency locations list

- EmergencyLocationsResource
  - `records` CommonEmergencyLocationResource[]
    - `id` string — Internal identifier of an emergency response location
    - `address` union
      - CommonEmergencyLocationAddressInfoDefault
        - `country` string — Country name
        - `countryId` string — Internal identifier of a country
        - `countryIsoCode` string — ISO code of a country
        - `countryName` string — Full name of a country
        - `state` string — State/Province name. Mandatory for the USA, the UK and Canada
        - `stateId` string — Internal identifier of a state
        - `stateIsoCode` string — ISO code of a state
        - `stateName` string — Full name of a state
        - `city` string — City name
        - `street` string — First line address
        - `street2` string — Second line address (apartment, suite, unit, building, floor, etc.)
        - `zip` string — Postal (Zip) code
        - `customerName` string — Customer name
      - CommonEmergencyLocationAddressInfoAu
        - `country` string — Country name
        - `countryId` string — Internal identifier of a country
        - `countryIsoCode` string — ISO code of a country
        - `countryName` string — Full name of a country
        - `state` string — State/Province name. Mandatory for the USA, the UK and Canada
        - `stateId` string — Internal identifier of a state
        - `stateIsoCode` string — ISO code of a state
        - `stateName` string — Full name of a state
        - `city` string — City name
        - `street` string — The name of the street (the field is utilized as 'streetName' field for AU addresses)
        - `companyName` string — Company name
        - `buildingName` string — (Optional) Building name
        - `streetType` string — Street type
        - `buildingNumber` string — Building/street number
        - `street2` string — Second line address (apartment, suite, unit, building, floor, etc.)
        - `zip` string — Postal (Zip) code
        - `customerName` string — Customer name
      - CommonEmergencyLocationAddressInfoFr
        - `country` string — Country name
        - `countryId` string — Internal identifier of a country
        - `countryIsoCode` string — ISO code of a country
        - `countryName` string — Full name of a country
        - `state` string — State/Province name. Mandatory for the USA, the UK and Canada
        - `stateId` string — Internal identifier of a state
        - `stateIsoCode` string — ISO code of a state
        - `stateName` string — Full name of a state
        - `city` string — City name
        - `street` string — The name of the street (The field is utilized as 'streetName' field for FR addresses)
        - `companyName` string — Company name
        - `buildingName` string — (Optional) Building name
        - `buildingNumber` string — Building/street number
        - `street2` string — Second line address (apartment, suite, unit, building, floor, etc.)
        - `zip` string — Postal (Zip) code
        - `customerName` string — Customer name
    - `name` string — Emergency response location name
    - `site` ShortSiteInfo
      - `id` string — Internal identifier of a site extension
      - `name` string — Extension user first name
    - `addressStatus` 'Valid' | 'Invalid' | 'Provisioning' — Emergency address status
    - `usageStatus` 'Active' | 'Inactive' — Status of emergency response location usage.
    - `syncStatus` 'Verified' | 'Updated' | 'Deleted' | 'ActivationProcess' | 'NotRequired' | 'Unsupported' | 'Failed' — Resulting status of emergency address synchronization. Returned if `syncEmergencyAddress` parameter is set to `true`
    - `addressType` 'LocationWithElins' | 'LocationWithEndpoint'
    - `visibility` 'Private' | 'Public' — Visibility of an emergency response location. If `Private` is set, then location is visible only for the restricted number of users, specified in `owners` array
    - `owners` LocationOwnerInfo[] — List of private location owners
      - `id` string — Internal identifier of a user - private location owner
      - `extensionNumber` string — Extension number of a location number
      - `name` string — Name of a location owner
    - `addressFormatId` string — Address format ID
  - `paging` EmergencyLocationsPaging
    - `page` integer, required
    - `totalPages` integer, required
    - `perPage` integer, required
    - `totalElements` integer, required
    - `pageStart` integer, required
    - `pageEnd` integer, required

---

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