---
title: "List"
method: GET
path: "/api/cp/switch/user-ng911"
tags: ["SIP User ng911"]
---

# List

`GET /api/cp/switch/user-ng911`

Retrieve a paginated list of SIP User ng911 records. Supports filtering, sorting, and search.

## Response `200`

Successful response

- SipUserNg911[]
  - `id` integer — Id
  - `sip_user_id` integer — Sip User Id (references sip_user.id)
  - `location_id` string — Location Id (unique)
  - `location_name` string — Location Name
  - `is_default` integer — Is Default
  - `country` string — Country
  - `a1` string — A 1
  - `a2` string — A 2
  - `a3` string — A 3
  - `a4` string — A 4
  - `hno` string — Hno
  - `hno_prefix` string — Hno Prefix
  - `hno_suffix` string — Hno Suffix
  - `prd` string — Prd
  - `rd` string — Rd
  - `sts` string — Sts
  - `pod` string — Pod
  - `prm` string — Prm
  - `pom` string — Pom
  - `bld` string — Bld
  - `unit` string — Unit
  - `flr` string — Flr
  - `room` string — Room
  - `seat` string — Seat
  - `loc` string — Loc
  - `nam` string — Nam
  - `lmk` string — Lmk
  - `plc` string — Plc
  - `pc` string — Pc
  - `pcn` string — Pcn
  - `pobox` string — Pobox
  - `addcode` string — Addcode
  - `latitude` number — Latitude
  - `longitude` number — Longitude
  - `validated` integer — Validated
  - `validated_at` string, date-time, nullable — Validated At
  - `validation_error` string — Validation Error
  - `created_at` string, date-time — Created At
  - `updated_at` string, date-time — Updated At

## Other responses

- `400` — Bad Request - Invalid parameters or request body
- `401` — Authentication information is missing or invalid
- `403` — Access denied - insufficient permissions or dependency access failure
- `500` — Internal server error

---

[API](https://skmtc.dev/connexcs/apis/connexcs-control-panel-api.md) · [All operations](https://skmtc.dev/connexcs/apis/connexcs-control-panel-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/connexcs/connexcs-control-panel-api/revisions/54bc2ed6edae/schema)
