Square.Connect.Model.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]
LocationIdsListA 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]

[Back to Model list] [Back to API list] [Back to README]