A driver object
Name | Type | Description | Notes |
---|---|---|---|
attributes | list[AttributeTiny] | [beta] A minified attribute | [optional] |
carrier_settings | DriverCarrierSettings | [optional] | |
created_at_time | str | The date and time this driver was created in RFC 3339 format. | [optional] |
current_id_card_code | str | The ID Card Code on the back of the physical card assigned to the driver. Contact Samsara if you would like to enable this feature. | [optional] |
driver_activation_status | DriverActivationStatus | [optional] | |
eld_adverse_weather_exemption_enabled | bool | Flag indicating this driver may use Adverse Weather exemptions in ELD logs. | [optional] [default to False] |
eld_big_day_exemption_enabled | bool | Flag indicating this driver may use Big Day exemption in ELD logs. | [optional] [default to False] |
eld_day_start_hour | int | `0` indicating midnight-to-midnight ELD driving hours, `12` to indicate noon-to-noon driving hours. | [optional] [default to 0] |
eld_exempt | bool | Flag indicating this driver is exempt from the Electronic Logging Mandate. | [optional] [default to False] |
eld_exempt_reason | str | Reason that this driver is exempt from the Electronic Logging Mandate (see eldExempt). | [optional] |
eld_pc_enabled | bool | Flag indicating this driver may select the Personal Conveyance duty status in ELD logs. | [optional] [default to False] |
eld_settings | DriverEldSettings | [optional] | |
eld_ym_enabled | bool | Flag indicating this driver may select the Yard Move duty status in ELD logs. | [optional] [default to False] |
external_ids | object | The external IDs for the given object. | [optional] |
id | str | Samsara ID for the driver. | [optional] |
is_deactivated | bool | [DEPRECATED] A boolean indicating whether or not the driver is deactivated. Use `driverActivationStatus` instead. | [optional] |
license_number | str | Driver's state issued license number. The combination of this number and `licenseState` must be unique. | [optional] |
license_state | str | Abbreviation of US state, Canadian province, or US territory that issued driver's license. | [optional] |
locale | DriverLocale | [optional] | |
name | str | Driver's name. | [optional] |
notes | str | Notes about the driver. | [optional] |
phone | str | Phone number of the driver. | [optional] |
static_assigned_vehicle | DriverStaticAssignedVehicle | [optional] | |
tachograph_card_number | str | Driver's assigned tachograph card number (Europe specific) | [optional] |
tags | list[TagTinyResponse] | The tags this driver belongs to. | [optional] |
timezone | str | Home terminal timezone, in order to indicate what time zone should be used to calculate the ELD logs. Driver timezones use IANA timezone database keys (e.g. `America/Los_Angeles`, `America/New_York`, `Europe/London`, etc.). You can find a mapping of common timezone formats to IANA timezone keys here. | [optional] [default to 'America/Los_Angeles'] |
updated_at_time | str | The date and time this driver was last updated in RFC 3339 format. | [optional] |
username | str | Driver's login username into the driver app. The username may not contain spaces or the '@' symbol. The username must be unique. | [optional] |
vehicle_group_tag | DriverVehicleGroupTag | [optional] |