---
title: "List Users"
method: GET
path: "/provider/users"
tags: ["User"]
---

# List Users

`GET /provider/users`

## Query parameters

- `limit` integer
- `offset` integer
- `sort` string

## Response `200`

Successful response

- PublicUserBlueprintAll[]
  - object[]
    - `id` string
    - `email` string
    - `first_name` string
    - `last_name` string
    - `name` string
    - `phones` PublicPhoneBlueprintLeaf
      - `number` string
      - `type` string
    - `product_users` PublicPartnerAppUserBlueprintLeaf
      - `id` string
      - `roles` string
      - `product` PublicProductBlueprintLeaf
        - `id` string
        - `name` string

---

[API](https://skmtc.net/hint/apis/partner-endpoints.md) · [All operations](https://skmtc.net/hint/apis/partner-endpoints/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hint/partner-endpoints/revisions/a92ae2a6fa90/schema)
