v1
latestOpenAPI 3.1.02026-07-2617501.1 MBCreate a new user
post/v1/users
Headers
X-Time-Zonestring
X-Time-Zone
X-Metric-Unitsboolean
Specify if you want to use the Metric units or the Imperial units. TRUE: Metric units. FALSE: Imperial Units
X-User-Idinteger
Specify the ID of the Fleet Admin or the Fleet Manager who is accessing this endpoint.
Request body
Response
200
Example response
{
"user": {
"id": 5397423,
"first_name": "John",
"last_name": "Doe",
"company_reference_id": "1a",
"carrier_name": "KT Test Carrier",
"violation_alerts": "1_hour",
"export_combined": true,
"export_recap": true,
"export_odometers": true,
"username": "john.doe.demo.fleet",
"duty_status": "off_duty",
"eld_mode": "none",
"time_tracking_mode": "logs",
"company_connection": {
"id": 4698551,
"role": "driver",
"status": "active"
},
"role": "driver",
"status": "active",
"created_at": "2025-02-05T19:30:04Z",
"updated_at": "2025-02-05T19:30:04.209050Z"
}
}