---
title: "List Subaccounts"
method: GET
path: "/subaccounts"
tags: ["Subaccount APIs"]
---

# List Subaccounts

`GET /subaccounts`

**Retrieves a list of all subaccounts with optional filters**

## Query parameters

- `username` string
- `limit` integer
- `offset` integer

## Response `200`

Successful response with list of subaccounts

- object[]
  - `username` string
  - `email` string
  - `disabled` integer
  - `credit_type` object
    - `type` string
    - `credits` integer

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/netcorecloud/apis/email-api-v6.md) · [All operations](https://skmtc.net/netcorecloud/apis/email-api-v6/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/netcorecloud/email-api-v6/versions/73f83bc2eff8/schema)
