---
title: "Creates a Group"
method: POST
path: "/api/2026-07-01/resources/posts/groups"
tags: ["Posts > Group"]
---

# Creates a Group

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

Creates a Group

## Request body

- object
  - `title` string, required — title of the group.
  - `description` string, required — description of the group.
  - `company_id` string, required — Identifier of the company, this value can be retrieved from core/me endpoint

## Response `201`

CREATED

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

---

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