---
title: "List Users"
method: GET
path: "/restapi/v1.0/account/{accountId}/emergency-address-auto-update/users"
tags: ["Automatic Location Updates"]
---

# List Users

`GET /restapi/v1.0/account/{accountId}/emergency-address-auto-update/users`

Returns a list of users with their status of Automatic Location
Updates feature.

## Path parameters

- `accountId` string, required

## Query parameters

- `type` string[]
- `searchString` string
- `department` string[]
- `siteId` string[]
- `featureEnabled` boolean
- `orderBy` string
- `perPage` integer
- `page` integer

## Response `200`

User list

- AutomaticLocationUpdatesUserList
  - `uri` string, uri — Link to the users list resource
  - `records` AutomaticLocationUpdatesUserInfo[]
    - `id` string — Internal identifier of a device
    - `fullName` string — User name
    - `extensionNumber` string
    - `featureEnabled` boolean — Specifies whether Automatic Location Updates feature is enabled
    - `type` 'User' | 'Limited' — User extension type
    - `site` AutomaticLocationUpdatesSiteInfo — Site data. If multi-site feature is turned on for the account, then ID of a site must be specified. In order to assign a wireless point to the main site (company) site ID should be set to `main-site`
      - `id` string — Internal identifier of a site
      - `uri` string, uri — Link to a site resource
      - `name` string — Name of a site
      - `code` string — Site code value. Returned only if specified
    - `department` string — Department name
  - `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)
