squareconnect.models.employee
An employee created in the Square Dashboard account of a business. Used by the Labor API.
Name | Type | Description | Notes |
---|---|---|---|
id | str | UUID for this `Employee`. | [optional] |
first_name | str | Given (first) name of the employee. | [optional] |
last_name | str | Family (last) name of the employee | [optional] |
location_ids | list[str] | A list of location IDs where this employee has access. | [optional] |
status | str | Specifies the status of the employee being fetched. See EmployeeStatus for possible values | [optional] |
created_at | str | A read-only timestamp in RFC 3339 format. | [optional] |
updated_at | str | A read-only timestamp in RFC 3339 format. | [optional] |