---
title: "Create"
method: POST
path: "/shipping/drivers/create/v1"
tags: ["/shipping/drivers"]
---

# Create

`POST /shipping/drivers/create/v1`

Creates a new driver profile for the target user (defaults to caller). Drivers can create themselves; operators+ can create any org member. Provider orgs only. | (DriverClientCreate1) -> (PydanticObjectId)

## Query parameters

- `target_user_id` string, nullable — Must be a string starting with `user_`

## Request body

- DriverClientCreate1
  - `schema_version` 1, required
  - `email_address_primary` string, email, nullable
  - `email_address_secondary` string, email, nullable
  - `phone_number_primary` string, phone, nullable
  - `phone_number_secondary` string, phone, nullable
  - `first_name` string, nullable
  - `last_name` string, nullable
  - `vehicle_types` VehicleTypeEnum[]

## Response `200`

Successful Response

- string

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/chrt/apis/chrt-fastapi.md) · [All operations](https://skmtc.dev/chrt/apis/chrt-fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/chrt/chrt-fastapi/revisions/ea04e157edb3/schema)
