---
title: "Punch User in"
method: POST
path: "/users/{userId}/punchIn"
tags: ["Users"]
---

# Punch User in

`POST /users/{userId}/punchIn`

The specified user will be punched in to duty.

## Path parameters

- `userId` string, required

## Response `200`

OK

- V1UserDutyInfo
  - `lastChange` string, date-time, nullable
  - `onDuty` boolean
  - `onManagerDuty` boolean
  - `overdue` boolean
  - `teamId` string, nullable
  - `userId` string, nullable

## Other responses

- `400` — Required information could not be found in the request/claims.
- `403` — The user tried to change the punch in a different user.
- `404` — Required entities could not be found in the database.

---

[API](https://skmtc.net/signl4/apis/signl4-api-v1.md) · [All operations](https://skmtc.net/signl4/apis/signl4-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/signl4/signl4-api-v1/versions/ddbe216a9287/schema)
