The Employee view is the labor employee directory for R365. It contains profile and classification information for all employees tracked within the R365 labor module.
Employee Columns
Column Name | Data Type | Description |
|---|---|---|
tenant_id | integer | Customer's account identifier within the R365 platform. |
employee_id | UUID | Unique identifier for the employee within the R365 labor module. |
first_name | string | Employee's first (given) name. |
last_name | string | Employee's last (family) name. |
middle_name | string | Employee's middle name, if on record. |
full_name | string | Employee's full display name as it appears in R365. |
payroll_id | string | External payroll system identifier assigned to this employee, used for payroll integration. |
primary_location_id | UUID | Unique identifier for the restaurant location designated as this employee's primary workplace. |
is_minor | boolean | Indicates whether the employee is currently under 18 years of age. Used for labor compliance and scheduling purposes. |