---
title: "Updates multiple guests to a single checkin status"
method: POST
path: "/4.0/guestlists/{guestlist_id}/guests/checkin"
tags: ["Guest Checkin"]
---

# Updates multiple guests to a single checkin status

`POST /4.0/guestlists/{guestlist_id}/guests/checkin`

## Path parameters

- `guestlist_id` string, required

## Request body

- CheckinBulkGuestListService
  - `guests` string[], required — Array of Guest IDs
  - `checked_in` 0 | 1 | 2 — 0 = Check-in reset, 1 = Check-in, 2 = Check-out

## Response `200`

Success

## Other responses

- `400` — Error creating guest tags
- `410` — guestlist is deleted

---

[API](https://skmtc.net/socialtables/apis/social-tables-api-gateway.md) · [All operations](https://skmtc.net/socialtables/apis/social-tables-api-gateway/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/socialtables/social-tables-api-gateway/revisions/b8bbb74a1212/schema)
