---
title: "Reads a single Group"
method: GET
path: "/api/2026-07-01/resources/posts/groups/{id}"
tags: ["Posts > Group"]
---

# Reads a single Group

`GET /api/2026-07-01/resources/posts/groups/{id}`

> ###### **What does it do?**
> These endpoints will allow you to retrieve groups
> ###### **What can you do with groups?**
> Increase visibility and communication within the company by creating events and announcements. You can create groups for different departments, teams, or projects.
> ###### **Who can use it?**
> For having this funcionality available, you need to have Communities V2 feature enabled.

## Path parameters

- `id` string, required

## Response `200`

OK

- PostsGroup
  - `id` string, required — identifier of the group.
  - `title` string, required — title of the group.
  - `description` string — description of the group.

---

[API](https://skmtc.dev/factorialhr/apis/factorial-api.md) · [All operations](https://skmtc.dev/factorialhr/apis/factorial-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/factorialhr/factorial-api/revisions/1a6bffb20f7d/schema)
