---
title: "getGuest"
method: GET
path: "/getGuest"
tags: ["Guest"]
---

# getGuest

`GET /getGuest`

Returns information on a guest specified by the Reservation ID parameter

## Query parameters

- `propertyID` string
- `reservationID` string
- `guestID` string
- `includeGuestRequirements` boolean

## Response `200`

200 Response

- GetGuestResponse
  - `success` boolean — Returns if the request could be completed
  - `data` object — Details for the guest queried
    - `firstName` string — First Name
    - `lastName` string — Last Name
    - `gender` 'M' | 'F' | 'N/A' — Gender
    - `email` string — Email
    - `phone` string — Phone number
    - `cellPhone` string — Cell phone number
    - `country` string — Country (2 digit code)
    - `address` string — Address
    - `address2` string — Address 2
    - `city` string — City
    - `zip` string — Zip
    - `state` string — State
    - `birthDate` union — Birth date
      - string, date
      - string
    - `documentType` string — Document Type
    - `documentNumber` string — Document number
    - `documentIssueDate` union — Document Issue Date, can be null
      - string, date
      - string
    - `documentIssuingCountry` string — Document Issuing Country (2-digits code)
    - `documentExpirationDate` union — Document Expiration Date, can be null
      - string, date
      - string
    - `customFields` object[]
      - `customFieldName` string, nullable
      - `customFieldValue` string, nullable
    - `guestRequirements` object, nullable — Guest requirements data. Only included if `includeGuestRequirements=true`.
    - `specialRequests` string — Special requests made by the guest at the time of the booking
    - `taxID` string, nullable — Tax ID
    - `companyTaxID` string, nullable — Company tax ID
    - `companyName` string, nullable — Company name
    - `isAnonymized` boolean — Flag indicating the guest data was removed upon request
    - `guestOptIn` boolean — If guest has opted-in to marketing communication or not
    - `isMerged` boolean — Flag indicating that guest was merged
    - `newGuestID` string — Merged guest ID

---

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