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

# postGroupNote

`POST /postGroupNote`

Adds a group note

## Response `200`

200 Response

- PostGroupNoteResponse
  - `success` boolean — Success
  - `code` integer — code HTTP status code
  - `data` object[] — Data
    - `id` string — ID for the note
    - `group_profile_id` string — Group profile ID
    - `text` string — Note text
    - `created_by` string — Created by
    - `created_at` string — Created at
    - `updated_at` string — Updated at
    - `archived` string — Note archived
    - `archived_at` string — Note archived at

---

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