Skip to main content

Table api_employees

The _api_employees table exposes employee information including names, types, and status.

Prosper Rabo avatar
Written by Prosper Rabo
Updated this week

⚠️ Important: Some fields in this table will be deprecated on Wednesday, January 7th, 2025. Please review the Deprecated Fields section below and migrate to the recommended alternatives.

Fields

Field Name

Type

Description

employee_id

Integer

Unique identifier for the employee

supervisor_employee_id

Integer

Unique identifier of the employee's supervisor

employee

String

Full name of the employee

employee_initials

String

Employee initials

employee_type

String

Type or category of employee (e.g., permanent, contractor, intern)

employee_status

String

Current status of the employee (e.g., active, inactive, terminated)

Deprecated Fields

⚠️ Deprecation Notice: The following fields will be deprecated on Wednesday, January 7th, 2025. Please migrate to the recommended alternatives.

Deprecated Field

Type

Recommended Alternative

key_employee_id

Integer

Use employee_id instead

key_supervisor_employee_id

Integer

Use supervisor_employee_id instead

employee_identifier

String

No direct replacement - internal identifier

employee_name

String

Use employee instead

initials

String

Use employee_initials instead

status

String

Use employee_status instead

Related Tables

  • _api_teams_to_employees_bridge - Bridge table linking employees to teams

  • _api_time_registrations - Time registrations by employee

  • _api_employee_timesheet - Timesheet data per employee

  • _api_project_assignments - Project assignments per employee

Did this answer your question?