---
title: "Clocks in a specific user"
method: POST
path: "/api/time-clock-timers/clock-in"
tags: ["Time Clock Timers"]
---

# Clocks in a specific user

`POST /api/time-clock-timers/clock-in`

## Request body

- TimeClockClockInDto — Model for clocking in via the public api
  - `userId` string, nullable — The user identifier to associate the clock in to. If not supplied, will use the user assigned to the api key used for authorization

## Response `200`

OK

---

[API](https://skmtc.net/fulcrumpro/apis/fulcrum-publicapi.md) · [All operations](https://skmtc.net/fulcrumpro/apis/fulcrum-publicapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fulcrumpro/fulcrum-publicapi/versions/1b5649cff14a/schema)
