---
title: "putGroup"
method: POST
path: "/putGroup"
tags: ["Groups"]
---

# putGroup

`POST /putGroup`

Adds a group to the property. Please note that the default setting for 'Route to Group Folio' will be 'No,' and the 'Reservation Folio Configuration' will be set as the default folio configuration. You can edit these settings through the user interface (UI).

## Response `200`

200 Response

- PostPutGroupResponse
  - `success` boolean — Success
  - `data` object[] — Data
    - `groupCode` string — Unique ID for a group
    - `name` string — The name of the group
    - `type` 'group' | 'company' | 'travel_agent' | 'wholesaler' — The type of the group
    - `status` 'open' | 'closed' — Group status
    - `created` string, date-time — Group created time
    - `sourceID` string — The third-party source ID for this group, can be null
    - `address1` string — Address
    - `address2` string — Address2
    - `city` string — City
    - `zip` string — Zip
    - `state` string — State
    - `id` string — ID
    - `property_id` string — Property 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/versions/2faa857793e8/schema)
