Create

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

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

target_user_idstring or nullOptional

Request

This endpoint expects an object.
schema_versionintegerRequired
email_address_primarystring or nullOptionalformat: "email"
email_address_secondarystring or nullOptionalformat: "email"
phone_number_primarystring or nullOptionalformat: "phone"
phone_number_secondarystring or nullOptionalformat: "phone"
first_namestring or nullOptional
last_namestring or nullOptional
vehicle_typeslist of enumsOptional

Response

Successful Response

Errors