---
title: "update a guest"
method: PATCH
path: "/4.0/guestlists/{guestlist_id}/guests/{guest_id}"
tags: ["Guests"]
---

# update a guest

`PATCH /4.0/guestlists/{guestlist_id}/guests/{guest_id}`

## Path parameters

- `guestlist_id` string, required
- `guest_id` string, required

## Request body

- GuestsGuestListService
  - `id` string, required — id of guest
  - `first_name` string, required — first name of guest
  - `last_name` string, required — last name of guest
  - `email` string — email address
  - `checked_in_status` object — checkin data
    - `checked_in` integer
    - `checked_in_at` string, date-time
    - `checked_out_at` string, date-time
  - `tags` TagsGuestListService[]
    - `title` string, required — title of tag
    - `color` string — color of tag
  - `meals` MealsGuestListService[]
    - `title` string, required — name of meal

## Response `200`

success, guest patched

## Other responses

- `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)
