Groups

Operations related to Groups (eg: new employees, etc.)

Retrieves all the group metadata (eg: perfomant users, newbies...) and configuration available for your company

get

The information provided by this endpoint is useful to build the filters on the stats API or setup the employee profiles on the Employees API.

Authorizations
Responses
200
OK
*/*
get
GET /v1/public/company/groups HTTP/1.1
Host: api.happyforce.com
happyforceAPIKey: YOUR_API_KEY
Accept: */*
[
  {
    "id": {
      "timestamp": 1,
      "date": "2025-06-27T10:48:09.072Z"
    },
    "name": "text"
  }
]

Was this helpful?