Employee

April 24, 2019 ยท View on GitHub

squareconnect.models.employee

Description

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

Properties

NameTypeDescriptionNotes
idstrUUID for this `Employee`.[optional]
first_namestrGiven (first) name of the employee.[optional]
last_namestrFamily (last) name of the employee[optional]
emailstrEmail of the employee[optional]
phone_numberstrPhone number of the employee in E.164 format, i.e. "+12125554250"[optional]
location_idslist[str]A list of location IDs where this employee has access.[optional]
statusstrSpecifies the status of the employee being fetched. See EmployeeStatus for possible values[optional]
created_atstrA read-only timestamp in RFC 3339 format.[optional]
updated_atstrA read-only timestamp in RFC 3339 format.[optional]

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