Skip to content
This repository was archived by the owner on Apr 23, 2021. It is now read-only.

Latest commit

 

History

History
22 lines (15 loc) · 1.06 KB

Employee.md

File metadata and controls

22 lines (15 loc) · 1.06 KB

Employee

Description

An employee created in the Square Dashboard account of a business. Used by the Labor API.

Properties

Name Type Description Notes
id String UUID for this `Employee`. [optional]
firstName String Given (first) name of the employee. [optional]
lastName String Family (last) name of the employee [optional]
email String Email of the employee [optional]
phoneNumber String Phone number of the employee in E.164 format, i.e. "+12125554250" [optional]
locationIds List<String> A list of location IDs where this employee has access. [optional]
status String Specifies the status of the employee being fetched. See EmployeeStatus for possible values [optional]
createdAt String A read-only timestamp in RFC 3339 format. [optional]
updatedAt String A read-only timestamp in RFC 3339 format. [optional]