Represents one of a business's employees.
| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | The employee's unique ID. | [optional] |
| firstName | String | The employee's first name. | |
| lastName | String | The employee's last name. | |
| roleIds | List<String> | The ids of the employee's associated roles. Currently, you can specify only one or zero roles per employee. | [optional] |
| authorizedLocationIds | List<String> | The IDs of the locations the employee is allowed to clock in at. | [optional] |
| String | The employee's email address. | [optional] | |
| status | String | CWhether the employee is ACTIVE or INACTIVE. Inactive employees cannot sign in to Square Register.Merchants update this field from the Square Dashboard. See V1EmployeeStatus for possible values | [optional] |
| externalId | String | An ID the merchant can set to associate the employee with an entity in another system. | [optional] |
| createdAt | String | The time when the employee entity was created, in ISO 8601 format. | [optional] |
| updatedAt | String | The time when the employee entity was most recently updated, in ISO 8601 format. | [optional] |