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

# Employee

> Twine's primary entity, covering identity, employment, compensation, and more

The Employee is the primary entity in Twine and the one most thoroughly supported across integrations. All properties follow the [dated property model](/platform/data-model) - each property stores values sorted by when they take effect. The depth of history available depends on what the source system exposes. Refer to the relevant integration page for details.

## Properties

Employee properties are grouped into the following categories:

**Identity**
`ssn`, `personal_id_number`, `source_external_id`, `username`, `employee_no`

**Name**
`first_name`, `middle_name`, `last_name`, `full_name`, `display_name`, `honorific_prefix`, `honorific_suffix`

**Demographics**
`gender`, `birthdate`, `nationality`

**Contact**
`email1`, `email2`, `email3`, `phone1`, `phone2`, `phone3`, `phone4`

**Employment**
`employment_type_id`, `employment_type_name`, `employment_category_id`, `employment_category_name`, `employment_tenure_name`, `employment_start_date`, `employment_hire_date`, `employment_leave_date`, `employment_termination_date`, `employment_termination_reason`, `employment_terminated`, `employment_rate`, `employment_weekly_hours`, `employment_fte_weekly_hours`, `employment_probation_end_date`

**Organisational**
`org_unit_id`, `org_unit_name`, `org_unit_type`, `department_id`, `department_name`, `division_id`, `division_name`, `team_id`, `team_name`, `location_id`, `location_name`, `company_id`, `company_name`, `legal_entity_id`, `legal_entity_name`, `office_id`, `office_name`, `manager_id`, `manager_email1`, `manager_email2`, `manager_full_name`, `manager_first_name`, `manager_last_name`, `is_manager`, `subordinate_id`, `lead_in_unit_id`, `cost_center_1`, `cost_center_1_weight`, `cost_center_2`, `cost_center_2_weight`, `position_id`, `position_code`, `position_name`, `active_status`

**Compensation**
`salary_amount`, `salary_currency`, `salary_type_id`, `salary_type_name`, `salary_period`, `salary_payout_frequency`, `salary_payout_day`, `salary_payout_schedule`, `variable_pay_amount`, `variable_pay_currency`, `variable_pay_period`, `variable_pay_payout_frequency`, `variable_pay_type`, `variable_pay_type_name`

**Banking**
`bank_iban`, `bank_account_nr`, `bank_swift`, `bank_bic`, `bank_clearing_nr`, `bank_name`, `bank_country_iso`

**Tax**
`tax_table_nr`, `tax_table_column`

**Addresses**
`address_1_line_1`, `address_1_line_2`, `address_1_line_3`, `address_1_city`, `address_1_state`, `address_1_postal_code`, `address_1_country`, `address_1_country_iso`, `address_2_line_1`, `address_2_line_2`, `address_2_line_3`, `address_2_city`, `address_2_state`, `address_2_postal_code`, `address_2_country`, `address_2_country_iso`

**Next of kin**
`next_of_kin_first_name`, `next_of_kin_last_name`, `next_of_kin_email`, `next_of_kin_phone`, `next_of_kin_relationship`

**Children**
`child_first_name`, `child_last_name`, `child_birthdate`

**Custom**
`custom_properties` - see [Custom Properties](/platform/data-model#custom-properties)
