Employees

Retrieves all the employees

get
Authorizations
Query parameters
profilestringOptional
activatedbooleanOptional
deletedbooleanOptional
Responses
200

OK

*/*
get
GET /v1/public/company/employees HTTP/1.1
Host: api.happyforce.com
happyforceAPIKey: YOUR_API_KEY
Accept: */*
200

OK

[
  {
    "name": "text",
    "email": "text",
    "externalId": "text",
    "hierarchyId": {
      "timestamp": 1,
      "date": "2025-08-29T21:04:45.295Z"
    },
    "profile": [
      {
        "id": {
          "timestamp": 1,
          "date": "2025-08-29T21:04:45.295Z"
        },
        "date": "2025-08-29T21:04:45.295Z",
        "valueId": {
          "timestamp": 1,
          "date": "2025-08-29T21:04:45.295Z"
        }
      }
    ],
    "groupIds": [
      {
        "timestamp": 1,
        "date": "2025-08-29T21:04:45.295Z"
      }
    ],
    "role": "ADVISOR",
    "managedHierarchies": [
      {
        "timestamp": 1,
        "date": "2025-08-29T21:04:45.295Z"
      }
    ]
  }
]

Last updated

Was this helpful?