---
title: "Criar sócio de conta"
method: POST
path: "/accounts/{account_id}/owners"
---

# Criar sócio de conta

`POST /accounts/{account_id}/owners`

Permite a criação de sócio da conta

## Path parameters

- `account_id` string, required

## Request body

- object
  - `name` string — Nome do sócio
  - `cpf` string — CPF do sócio sem pontos
  - `email` string — Email do sócio
  - `phone` string — Telefone do sócio no formato `(xx) xxxxx-xxxx`

## 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)
