---
title: "List the users"
method: GET
path: "/users"
tags: ["users"]
---

# List the users

`GET /users`

## Response `200`

successful operation

- User[]
  - `id` integer
  - `username` string
  - `firstName` string
  - `lastName` string
  - `email` string
  - `password` string
  - `phone` string
  - `userStatus` integer — User Status

---

[API](https://skmtc.dev/proyecto26/apis/my-bot.md) · [All operations](https://skmtc.dev/proyecto26/apis/my-bot/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/proyecto26/my-bot/revisions/1aa3dd0349f3/schema)
