object LaborWorker

Fields

FieldTypeDescription
worker_idString

Workforce Hero worker identifier

nameString

Worker display name

user_idInt

Shiphero user ID associated with this Workforce Hero worker

positionString

Worker position reported by Workforce Hero

profile_imageString

Worker profile image URL reported by Workforce Hero

alerts[LaborWorkerAlert]
special_projectLaborSpecialProject
current_shiftLaborShift
shifts_management[LaborShiftManagement]
current_activityLaborCurrentActivity
assigned_job_infoLaborAssignedJobInfo

Referenced By

Example

{
  "worker_id": "abc123",
  "name": "abc123",
  "user_id": 987,
  "position": "abc123",
  "profile_image": "abc123",
  "alerts": LaborWorkerAlert,
  "special_project": LaborSpecialProject,
  "current_shift": LaborShift,
  "shifts_management": LaborShiftManagement,
  "current_activity": LaborCurrentActivity,
  "assigned_job_info": LaborAssignedJobInfo
}