---
title: "Listar sócios de conta"
method: GET
path: "/accounts/{account_id}/owners"
---

# Listar sócios de conta

`GET /accounts/{account_id}/owners`

Permite listar sócios de conta

## Path parameters

- `account_id` string, required

## Response `200`

200

- object[]
  - `id` string
  - `name` string
  - `cpf` string
  - `email` string
  - `phone` string
  - `kind` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/iugu/apis/tokens-de-api.md) · [All operations](https://skmtc.net/iugu/apis/tokens-de-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/iugu/tokens-de-api/revisions/4590fc729d1e/schema)
