> For the complete documentation index, see [llms.txt](https://docs.scorepositivo.com.br/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.scorepositivo.com.br/pessoa-juridica/relatorios-para-cnpj/contato-dos-socios.md).

# Contato dos Sócios

<table><thead><tr><th width="297">Código</th><th>Tipo</th></tr></thead><tbody><tr><td><mark style="color:blue;">cnpj-partner-contacts</mark></td><td>Síncrono</td></tr></tbody></table>

## Campos de Retorno

Quando encontrado sócios, o campo **report** retornará uma lista dos sócios e seus dados de contatos.

<table><thead><tr><th width="301">Campo</th><th>Descrição</th></tr></thead><tbody><tr><td>document</td><td>CPF.</td></tr><tr><td>name</td><td>Nome.</td></tr><tr><td><a href="#phones">phones</a></td><td>Array contendo os telefones.</td></tr><tr><td><a href="#emails">emails</a></td><td>Array contendo os emails.</td></tr></tbody></table>

#### phones

<table><thead><tr><th width="320">Campo</th><th>Descrição</th></tr></thead><tbody><tr><td>mobile</td><td>Indicador de número mobile:<br>- true<br>- false</td></tr><tr><td>number</td><td>Número do telefone.</td></tr><tr><td>date</td><td>Data (yyyy-mm-dd).</td></tr><tr><td>date_br</td><td>Data PT-BR (dd/mm/yyyy).</td></tr></tbody></table>

#### emails

<table><thead><tr><th width="316">Campo</th><th>Descrição</th></tr></thead><tbody><tr><td>email</td><td>E-mail.</td></tr><tr><td>date</td><td>Data (yyyy-mm-dd).</td></tr><tr><td>date_br</td><td>Data PT-BR (dd/mm/yyyy).</td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.scorepositivo.com.br/pessoa-juridica/relatorios-para-cnpj/contato-dos-socios.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
