{
"id": "<string>",
"authentication_rule": {
"methods": []
},
"created_at": "2023-11-07T05:31:56Z",
"deactivated_at": "2023-11-07T05:31:56Z",
"editable": true,
"email_address": "jsmith@example.com",
"first_name": "<string>",
"last_name": "<string>",
"roles": [
{
"id": "<string>",
"store_id": "<string>"
}
],
"updated_at": "2023-11-07T05:31:56Z",
"virtual": true,
"badge_barcode": "<string>",
"pin": "<string>"
}The employee object
A staff member at a store, to whom point-of-sale activity can be attributed.
Unique identifier for the record.
Effective rule that determines how the employee authenticates at the POS.
Show child attributes
Show child attributes
When the record was created.
When the employee was deactivated, or null when the employee is active.
Whether the employee can be changed. Employees Vori creates and manages are not editable.
Employee's email address, or null when none is configured.
254Employee's first name.
Employee's last name.
Roles assigned to the employee.
Show child attributes
Show child attributes
When the record was last changed.
Whether the employee exists only to attribute orders and cannot sign in at a terminal.
Barcode on the badge the employee scans to sign in at the point of sale, or null when none is configured. Returned only when requested with include=badge_barcode by a caller holding the employees:read_credentials permission, and absent from the response otherwise.
Numeric PIN used by the employee for POS authentication, or null when none is configured. Returned only when requested with include=pin by a caller holding the employees:read_credentials permission, and absent from the response otherwise.
6^[0-9]+$Was this page helpful?