---
title: "Update driver"
method: PUT
path: "/api/v2/carrier/{driver_id}"
tags: ["Carrier"]
---

# Update driver

`PUT /api/v2/carrier/{driver_id}`

## Request body

- object
  - `id` string, uuid, required — Unique identifier for this driver
  - `name` string, required — Driver's full name
  - `phone_number` string, nullable — Phone number following the format [E.164](https://www.itu.int/rec/T-REC-E.164/)
  - `sms_enabled` boolean — If this driver can receive Loadsmart text messages
  - `location` object — Driver's last location

## Response `201`

Driver was updated

- object
  - `data` object
    - `id` string, uuid, required — Unique identifier for this driver
    - `name` string, required — Driver's full name
    - `phone_number` string, nullable — Phone number following the format [E.164](https://www.itu.int/rec/T-REC-E.164/)
    - `sms_enabled` boolean — If this driver can receive Loadsmart text messages
    - `location` object — Driver's last location

## Other responses

- `404` — Driver not found
- `422` — Invalid or missing data

---

[API](https://skmtc.net/loadsmart/apis/loadsmart-api.md) · [All operations](https://skmtc.net/loadsmart/apis/loadsmart-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/loadsmart/loadsmart-api/versions/6021c5806fe9/schema)
