An employee object that is used by the external API.
Name | Type | Description | Notes |
---|---|---|---|
id | String | UUID for this object. | [optional] |
firstName | String | The employee's first name. | [optional] |
lastName | String | The employee's last name. | [optional] |
String | The employee's email address | [optional] | |
phoneNumber | String | The employee's phone number in E.164 format, i.e. "+12125554250" | [optional] |
locationIds | List<String> | A list of location IDs where this employee has access to. | [optional] |
status | String | Specifies the status of the employees being fetched. See EmployeeStatus for possible values | [optional] |
createdAt | String | A read-only timestamp in RFC 3339 format. | [optional] |
updatedAt | String | A read-only timestamp in RFC 3339 format. | [optional] |