SquareConnect::Employee

April 24, 2019 ยท View on GitHub

Description

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

Properties

NameTypeDescriptionNotes
idStringUUID for this `Employee`.[optional]
first_nameStringGiven (first) name of the employee.[optional]
last_nameStringFamily (last) name of the employee[optional]
emailStringEmail of the employee[optional]
phone_numberStringPhone number of the employee in E.164 format, i.e. "+12125554250"[optional]
location_idsArray<String>A list of location IDs where this employee has access.[optional]
statusStringSpecifies the status of the employee being fetched. See EmployeeStatus for possible values[optional]
created_atStringA read-only timestamp in RFC 3339 format.[optional]
updated_atStringA read-only timestamp in RFC 3339 format.[optional]