---
title: "POST /activity/checkout/{userId}"
method: POST
path: "/activity/checkout/{userId}"
tags: ["activity"]
---

# POST /activity/checkout/{userId}

`POST /activity/checkout/{userId}`

Admin force activity checkout

## Path parameters

- `userId` string, required

## Request body

- ReqPostActivityCheckout
  - `place` string, required
  - `checkout_at` string, date-time

## Response `200`

Success response

- Success
  - `success` boolean, required

## Other responses

- `400` — Validation error, etc.
- `403` — Authentication error, etc.
- `404` — Resource does not exist, etc.
- `500` — System error, etc.

## Changes

- **2026-02-28** `425fdfb80113` — 1 info
  - the security scope `infra` was added to the endpoint's security scheme `BearerAuth`
- **2025-12-29** `8f046f3f3a76` — 1 info
  - endpoint added
- **2023-04-06** `f92abf0d64e8` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/sit-digicre/apis/digicore/changes/activity/checkout/:userId/post.md)

---

[API](https://skmtc.dev/sit-digicre/apis/digicore.md) · [All operations](https://skmtc.dev/sit-digicre/apis/digicore/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sit-digicre/digicore/revisions/6576c966d74e/schema)
