---
title: "List account holders"
method: GET
path: "/account_holders"
tags: ["Account Holders"]
---

# List account holders

`GET /account_holders`

List and filter account holders.

## Query parameters

- `limit` integer
- `starting_after` string, uuid
- `sort_order` 'asc' | 'desc'
- `start_date` string, date
- `end_date` string, date
- `name` string
- `disabled` boolean
- `external_account_id` string, uuid
- `internal_account_id` string, uuid

## Response `200`

200

- AccountholdersSearchResult
  - `records` AccountholdersAccountHolder[]
    - `id` string, uuid, required — The UUID of the account holder.
    - `name` string, required — The name of the account holder
    - `object` string, required — Type of the object, `account_holder`.
    - `created_at` string, date-time, required — The UTC timestamp of the creation of this account holder.
    - `disabled_at` string, date-time — The UTC timestamp of the disabling of this account holder.
    - `metadata` object — Additional client data in JSON format. See [Metadata](https://docs.numeral.io/reference/metadata).

## Other responses

- `400` — Validation error.

---

[API](https://skmtc.net/numeral/apis/payments.md) · [All operations](https://skmtc.net/numeral/apis/payments/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/numeral/payments/versions/220f101cc2ef/schema)
