Skip to main content

api_employees

Description

The api_employees table exposes employee information including their identifiers, names, types, and status.

Fields

Field NameTypeDescription
employee_idIntegerUnique identifier for the employee
supervisor_employee_idIntegerUnique identifier of the employee's supervisor
employeeStringFull name of the employee
employee_initialsStringEmployee initials
employee_typeStringType or category of employee (e.g., permanent, contractor, intern)
employee_statusStringCurrent status of the employee (e.g., active, inactive, terminated)
  • api_teams_to_employees_bridge - Team memberships via employee_id
  • api_time_registrations - Time registrations via employee_id
  • api_employee_timesheet - Timesheet data via employee_id
  • api_project_assignments - Project assignments via employee_id
  • api_employee_custom_fields - Custom fields via employee_id