---
title: "Do ClockIn for current staff."
method: POST
path: "/Users/Staff/ClockIn"
tags: ["Rest"]
---

# Do ClockIn for current staff.

`POST /Users/Staff/ClockIn`

## Headers

- `Authorization` string, required
- `SiteId` integer, required

## Request body

- MindbodyRestApiDtoModelsUsersControllersClockInOutTimeClockInRequest — TimeClockIn Request
  - `SelectedLocationID` integer — Currently Selected LocationId
  - `SelectedTaskID` integer — Selected TaskId for which staff is doing the clockin
  - `Notes` string — Informative description

## Response `200`

OK

## Other responses

- `401` — Unauthorized

---

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