v1

latestOpenAPI 3.1.02026-07-26549156879.0 KB
Posts > Group

Reads all 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.

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

Query parameters

ids[]string[]

identifier of the group.

identifier of the group.

[
  "1",
  "2",
  "3"
]
searchstring

search term to filter groups by title or description.

Example:announcements

search term to filter groups by title or description.

Response

OK

Example response

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