Skip to main content
GET
Retrieve an employee

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required
Pattern: ^[0-9]+$

Response

A staff member at a store, to whom point-of-sale activity can be attributed.

id
string
required

Unique identifier for the record.

authentication_rule
object | null
required

Effective rule that determines how the employee authenticates at the POS.

created_at
string<date-time>
required

When the record was created.

deactivated_at
string<date-time> | null
required

When the employee was deactivated, or null when the employee is active.

email_address
string<email> | null
required

Employee's email address, or null when none is configured.

Maximum string length: 254
first_name
string
required

Employee's first name.

last_name
string
required

Employee's last name.

roles
object[]
required

Roles assigned to the employee.

updated_at
string<date-time>
required

When the record was last changed.

virtual
boolean
required

Whether the employee exists only to attribute orders and cannot sign in at a terminal.