---
title: "List Users"
method: GET
path: "/api/v1/export/users"
tags: ["Export"]
---

# List Users

`GET /api/v1/export/users`

## Query parameters

- `created_at_from` string, date-time, nullable
- `created_at_to` string, date-time, nullable
- `cursor` string, nullable
- `size` integer

## Response `200`

Successful Response

- CursorPageUserExportDTO
  - `items` UserExportDTO[], required
    - `id` string, uuid, required
    - `firstName` string, nullable
    - `lastName` string, nullable
    - `username` string, nullable
    - `email` string, nullable
    - `profilePhoto` string, nullable
    - `bio` string, nullable
    - `role` string, required
    - `emailIsVerified` boolean, nullable
    - `isActive` boolean, nullable
    - `telegramIsVerified` boolean, nullable
    - `isDeleted` boolean, nullable
    - `isBlocked` boolean, nullable
    - `contactViber` string, nullable
    - `contactTelegramNickname` string, nullable
    - `contactTelegramPhone` string, nullable
    - `contactWhatsapp` string, nullable
    - `contactEmail` string, nullable
    - `contactFacebook` string, nullable
    - `contactDiscord` string, nullable
    - `createdAt` string, date-time, required
    - `updatedAt` string, date-time, nullable
    - `deletedAt` string, date-time, nullable
    - `referredBy` string, uuid, nullable
    - `telegramId` string, nullable
  - `total` integer, required
  - `current_page` string, nullable — Cursor to refetch the current page
  - `current_page_backwards` string, nullable — Cursor to refetch the current page starting from the last item
  - `previous_page` string, nullable — Cursor for the previous page
  - `next_page` string, nullable — Cursor for the next page

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/pwapps/apis/curie-api.md) · [All operations](https://skmtc.dev/pwapps/apis/curie-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pwapps/curie-api/revisions/b0af9064dfef/schema)
