---
title: "List of users"
method: GET
path: "/api/v1/users"
tags: ["User"]
---

# List of users

`GET /api/v1/users`

Returns the list of users

## Response `200`

- UserDto[]
  - `id` string, required
  - `firstName` string, required
  - `lastName` string, required
  - `email` string
  - `role` string, required
  - `profilePicture` string
  - `phone` string
  - `position` string
  - `status` 'pending' | 'active' | 'suspended', required
  - `createdAt` string, date-time
  - `updatedAt` string, date-time
  - `flags` UserFlagsDto
    - `introModal` boolean

## Other responses

- `500`

---

[API](https://skmtc.net/copperx/apis/copperx-api-2.md) · [All operations](https://skmtc.net/copperx/apis/copperx-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/copperx/copperx-api-2/revisions/c0bfbc37fb98/schema)
