---
title: "Get SumoQuote users"
method: GET
path: "/v2/User"
tags: ["User"]
---

# Get SumoQuote users

`GET /v2/User`

Retrieves a list of SumoQuote Users associated with the SumoQuote account

## Headers

- `X-SQ-Continuation` string, nullable — A pagination token from a previous search result. If a continuation token is provided, the results will resume from where the last query result set ended

## Response `200`

Success

- UserListPublicApiResponse
  - `message` string, nullable — Information Message
  - `errors` string[], nullable — Error messages
  - `data` User[], nullable — Request data
    - `id` string, nullable
    - `fullName` string, nullable
    - `emailAddress` string, nullable
    - `isAdmin` boolean
  - `continuation` string, nullable — Continuation Token

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `500` — Server Error

---

[API](https://skmtc.net/sumoquote/apis/sumoquote-publicapi.md) · [All operations](https://skmtc.net/sumoquote/apis/sumoquote-publicapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sumoquote/sumoquote-publicapi/revisions/08176979e99f/schema)
