---
title: "Lists the current customers of super"
method: GET
path: "/v1/backoffice/customers"
tags: ["authentication"]
---

# Lists the current customers of super

`GET /v1/backoffice/customers`

AI

## Query parameters

- `searchEmail` string
- `size` integer
- `page` integer
- `createdStartDate` string, date-time
- `createdEndDate` string, date-time
- `sortBy` string
- `orderBy` string

## Headers

- `X-Fields` string, mask

## Response `200`

Success

- CustomerPage
  - `customers` Customer[]
    - `username` string
    - `email` string
    - `plan` 'FREEMIUM' | 'FULL'
    - `created` string, date-time
    - `updated` string, date-time
    - `enabled` boolean
    - `trialDays` integer
    - `deleted` boolean
  - `total` integer
  - `pageSize` integer
  - `pageNumber` integer
  - `pages` integer

---

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