Create Time
/user_times
Create User Time [POST]
Create a new User Time.
Authorization: Admin, Web, Mobile
Request
{
"userId": "8407",
"folderId": 949785,
"lunchDurationMinutes": "30",
"offsetInMinutes": -240,
"timeZoneName": "America/New_York",
"startTime": "2026-07-23T12:00:00.000Z",
"endTime": "2026-07-23T21:00:00.000Z",
"userTimeCategoryId": "1",
"note": "My notes would be here."
}
Response 200
Body
{
"item": {
"user": {
"id": 8407,
"firstName": "Bob",
"lastName": "Adler",
"employeeNumber": null,
"mobilePhone": null,
"mFAOption": 0,
"mFAVerified": null,
"features": null
},
"id": 331436,
"note": "My notes would be here.",
"startTime": "2026-07-23T12:00:00.000Z",
"endTime": "2026-07-23T21:00:00.000Z",
"lunchDurationMinutes": 30,
"userTimeCategoryId": 1,
"userTimeCategory": {
"code": "101",
"id": 1,
"lastModified": "0001-01-01T00:00:00.000Z",
"name": "Billable",
"color": "589d46",
"ordinal": 0
},
"folder": {
"id": 949785,
"folderTypeName": null,
"folderTypeColor": null,
"num": "IN1201"
},
"startLatitude": null,
"endLatitude": null,
"startLongitude": null,
"endLongitude": null,
"offsetInMinutes": -240,
"status": null,
"folderId": 949785,
"hoursLogged": 8,
"minutesLogged": 30
}
}