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

# Position

> The specific role the employee performs.

The **Position** is the **specific role** the employee performs — administrative assistant,
machine operator, welder, nurse. It answers the question: **"What does the employee do?"**

<Info>
  This is usually the **most important** layer for defining occupational risks (noise,
  chemicals, biological exposure, ergonomics), the required medical exams and health
  surveillance rules. It is the third level of the
  [hierarchy](/public-api/en/concepts/hierarchy_en).
</Info>

## Main fields

| Field                     | Required | Description                                                                                                 |
| ------------------------- | -------- | ----------------------------------------------------------------------------------------------------------- |
| `organization_id`         | yes      | Organization the position belongs to.                                                                       |
| `name`                    | yes      | Position name.                                                                                              |
| `description`             | no       | Position description.                                                                                       |
| `cbo`                     | no       | CBO code (Brazilian Classification of Occupations). See [glossary](/public-api/en/concepts/glossary-br_en). |
| `hr_code`                 | no       | Client's internal HR code.                                                                                  |
| `client_integration_code` | no       | Client's external identifier.                                                                               |
| `is_active`               | no       | Active/inactive (default `true`).                                                                           |

## Endpoints

<CardGroup cols={2}>
  <Card title="List positions" icon="list" href="/public-api/en/endpoints/positions/public_list_positions_v0_position__get_en" />

  <Card title="Create position" icon="plus" href="/public-api/en/endpoints/positions/public_create_position_v0_position__post_en" />
</CardGroup>
