Posts > Group

Creates a Group

Creates a Group

post/api/2026-07-01/resources/posts/groups

Request body

titlestring required

title of the group.

descriptionstring required

description of the group.

company_idstring required

Identifier of the company, this value can be retrieved from core/me endpoint

Example request

{
  "title": "Company announcements",
  "description": "The place to find all company announcements.",
  "company_id": "1"
}

Response

CREATED

idstring required

identifier of the group.

titlestring required

title of the group.

descriptionstring

description of the group.

Example response

{
  "id": "1",
  "title": "Company announcements",
  "description": "The place to find all company announcements."
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.