TaskOperator
An operator assigned to a production task.
operatorIdstring
Operator identifier.
Example:
usr-00412operatorNamestring
Display name of the operator.
Example:
Maria GarciaassignmentTypestring
Role in which this person is assigned: operator — production worker. supervisor — shift or line supervisor. qc_inspector — quality control inspector.
Possible values: [operator, supervisor, qc_inspector]
Example:
operatorassignedAtstring<date-time>
When the operator was assigned (ISO 8601).
Example:
2025-04-08T10:30:00ZTaskOperator
{
"operatorId": "usr-00412",
"operatorName": "Maria Garcia",
"assignmentType": "operator",
"assignedAt": "2025-04-08T10:30:00Z"
}