API Documentation
user_id
required
integerThe ID of the user
job_id
required(when "Require all users to select a job to clock in" turned on)
integerThe ID of the job
task_id
nullable
integerThe ID of the job
clock_in_time
required
stringClock in time in this format: YYYY-MM-DDThh:mm:ss. Time should reflect the user's local time at clockin.
timezone
optional
stringClock in Timezone, default is company's timezone
longitudedoublelongitude of clockin point
latitudedoublelatitude of clockin point

Request Body Sample:

{
  "user_id": 1,
  "job_id": 5102,
  "task_id": null,
  "clock_in_time": "2024-07-30T11:23:36",
  "timezone": "Europe/Stockholm",
  "longitude": "-85.99315705239339",
  "latitude": 41.67841742199773
}

Language
URL
Click Try It! to start a request and see the response here!