---
title: "Reads all Groups"
method: GET
path: "/api/2026-07-01/resources/posts/groups"
tags: ["Posts > Group"]
---

# Reads all Groups

`GET /api/2026-07-01/resources/posts/groups`

> ###### **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.

## Query parameters

- `ids[]` string[] — identifier of the group.
- `search` string — search term to filter groups by title or description.

## Response `200`

OK

- object
  - `data` PostsGroup[]
    - `id` string, required — identifier of the group.
    - `title` string, required — title of the group.
    - `description` string — description of the group.
  - `meta` PagedIndexMeta
    - `start_cursor` string
    - `end_cursor` string
    - `has_previous_page` boolean, required
    - `has_next_page` boolean, required
    - `limit` integer, required
    - `total` integer, required

---

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