---
title: "List Account Owners"
method: GET
path: "/v1/linked_accounts/{account}/owners"
---

# List Account Owners

`GET /v1/linked_accounts/{account}/owners`

Lists all owners for a given `Account`

## Path parameters

- `account` string, required

## Query parameters

- `ending_before` string
- `expand` string[]
- `limit` integer
- `ownership` string, required
- `starting_after` string

## Response `200`

Successful response.

- object
  - `data` FinancialConnectionsAccountOwner[], required — Details about each object.
    - `email` string, nullable — The email address of the owner.
    - `id` string, required — Unique identifier for the object.
    - `name` string, required — The full name of the owner.
    - `object` 'financial_connections.account_owner', required — String representing the object's type. Objects of the same type share the same value.
    - `ownership` string, required — The ownership object that this owner belongs to.
    - `phone` string, nullable — The raw phone number of the owner.
    - `raw_address` string, nullable — The raw physical address of the owner.
    - `refreshed_at` integer, nullable — The timestamp of the refresh that updated this owner.
  - `has_more` boolean, required — True if this list has another page of items after this one that can be fetched.
  - `object` 'list', required — String representing the object's type. Objects of the same type share the same value. Always has the value `list`.
  - `url` string, required — The URL where this list can be accessed.

## Other responses

- `default` — Error response.

---

[API](https://skmtc.net/stripe/apis/stripe-api-2.md) · [All operations](https://skmtc.net/stripe/apis/stripe-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/stripe/stripe-api-2/versions/3653ad45bbec/schema)
