> ## Documentation Index
> Fetch the complete documentation index at: https://docs.salu.com.vc/llms.txt
> Use this file to discover all available pages before exploring further.

# Organization

> The client company that owns the data in Salú.

The **Organization** represents the client company within Salú — the entity that owns all
Branches, Sectors, Positions, Employees and Pendencies. Every public API call operates **in
the scope of the organizations** your `x-api-key` has access to.

<Info>
  Your key may have access to **one or more** organizations. Use the list endpoint to discover
  the `organization_id` values available to your integration.
</Info>

## Main fields

| Field                   | Description                                                                             |
| ----------------------- | --------------------------------------------------------------------------------------- |
| `id`                    | The organization's identifier (UUID). Used as `organization_id` in the other resources. |
| `name` / `display_name` | Organization name.                                                                      |
| `cnpj`                  | The organization's CNPJ (see [glossary](/public-api/en/concepts/glossary-br_en)).       |
| `soc_code`              | SOC registration code, when applicable.                                                 |

<Note>
  The organization points to a **customer**, which owns the exam parameters and occupational
  health settings. These parameters influence, for example, exam periodicity — but they are
  managed by Salú, not by the public API.
</Note>

## Multi-organization

Because the `x-api-key` may span several organizations, **always provide `organization_id`**
when creating Branches, Sectors, Positions and Employees, to ensure the record is created in
the right company. On list endpoints, `organization_id` also works as a filter.

## Related

<CardGroup cols={2}>
  <Card title="List my organizations" icon="building" href="/public-api/en/endpoints/organizations/public_list_my_organizations_v0_organization__get_en">
    Endpoint to discover the available `organization_id` values.
  </Card>

  <Card title="Hierarchy" icon="sitemap" href="/public-api/en/concepts/hierarchy_en">
    How Branch, Sector and Position combine.
  </Card>
</CardGroup>
