Employee

November 20, 2019 ยท View on GitHub

Description

An employee object that is used by the external API.

Properties

NameTypeDescriptionNotes
idStringUUID for this object.[optional]
firstNameStringThe employee's first name.[optional]
lastNameStringThe employee's last name.[optional]
emailStringThe employee's email address[optional]
phoneNumberStringThe employee's phone number in E.164 format, i.e. "+12125554250"[optional]
locationIdsList<String>A list of location IDs where this employee has access to.[optional]
statusStringSpecifies the status of the employees being fetched. See EmployeeStatus for possible values[optional]
createdAtStringA read-only timestamp in RFC 3339 format.[optional]
updatedAtStringA read-only timestamp in RFC 3339 format.[optional]