Update Driver DetailsAsk AIpatch https://services.azuga.com/azuga-ws-oauth/v3/user/update.jsonThis API allows you to update one or all parameters of a specific driver.Body ParamsuserIdstringrequiredUnique identifier of the driver for which the data needs to be altered. This is a mandatory field for identifying the driver.firstNamestringFirst name of the userlastNamestringLast name of the userroleIdstringRole ID assigned to the current user account which is assigned according to the role of the user.timeZonestringTimezone to which the user account falls under. The following timezones are valid: Canada/Central : CDT/CST ; US/Pacific : PDT/PST ; US/Eastern : EDT/EST ; US/Mountain : MDT/MST ; Etc/Greenwich : GMT ; Asia/Calcutta : IST ; US/Hawaii : HDT/HST ; US/Alaska : AKDT/AKST ; America/Phoenix : MST ; Mexico/General : CST/CDT ; Mexico/BajaSur : MST/MDT ; Mexico/BajaNorte : PST/PDT ; Canada/Newfoundland : NST/NDT ; America/Puerto_Rico : AST ; America/Chicago : CDT/CST ; America/Argentina/Buenos_Aires : ARTuserNamestringUser name to be set for the driver accountuserTypeNamestringDefaults to driverThe user type assigned to the user account. Since the API is to create a driver, set this field to driver. The list of other usertypes are: Super User (Administrator for all customer account and used by Azuga team to login any account), Admin and Web Admin.primaryContactNumberint32Main contact number of the associated user.emailstringEmail address associated to the user account.licenseNumberstringLicense number of the drivervehicleIdstringrequiredUnique identifier of the vehicle to be associated with the driver. Note: If this field is not provided, the driver–vehicle association will be removed. To maintain the existing association, include the vehicleID again.employeeIdstringThe employee ID linked to the user account.serviceHourstringBoolean value represents the Dot hours of Service set to "Yes" or "No"licenseIssuedDatedateIssued date of the driver's license in YYYY-MM-DD formatlicenseExpirydateExpiry date of the driver's license in YYYY-MM-DD formatlicenseIssuedStatestringLicense issued state of the driveruserTagsAssociatedstringName of the user tags in an array. Eg: "userTagsAssociated": ["Azuga","tag"]Responses 200200 400400Updated 10 months ago