---
title: "List all accounts"
method: GET
path: "/open-api/v3/accounts"
tags: ["Accounts"]
---

# List all accounts

`GET /open-api/v3/accounts`

Retrieve a list of all accounts available for the authenticated user or organization. The response includes account id

## Query parameters

- `accountId` string, uuid, required — The UUID of the Account.
- `displayId` string — The unique numeric ID assigned.
- `email` string — Email prefix. Supports prefix matching, for example: test@demo.com.
- `limit` string, number — Limits the number of items to be returned.
- `page` string, number — The page to be returned, counting from 1 as the first page.

## Response `200`

OK

- AccountPageRespDTO
  - `code` string — Error code
  - `message` string — Error message
  - `data` AccountPageResponse, required — data
    - `total` integer, required — total number
    - `list` Account[], required — data list
      - `id` string, required — Unique ID generated for the account entity.
      - `type` integer, required — account type 0:api client 1:api client customer
      - `status` string, required — The status of account object. Possible values:`NA`, `ACTIVE`, `CONTROL`, `PENDING`, `FROZEN`,`CLEARED`
      - `verifiedName` string, required — account name
      - `verifiedNameEn` string, required — account name english
      - `displayId` string, required — The unique numeric ID assigned.
      - `createTime` string, required — The create time of the account.
      - `parentAccountId` string, required — The ID of the parent account.
      - `email` string, required — Primary account email.

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/interlace/apis/core-resource.md) · [All operations](https://skmtc.net/interlace/apis/core-resource/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/interlace/core-resource/revisions/29c08a4da357/schema)
