Employees
Authorizations
Responses
200
OK
*/*
get
GET /v1/public/company/employees/{employeeEmail} HTTP/1.1
Host: api.happyforce.com
happyforceAPIKey: YOUR_API_KEY
Accept: */*
200
OK
{
"name": "text",
"email": "text",
"hierarchyId": {
"timestamp": 1,
"date": "2025-07-14T13:25:45.922Z"
},
"profile": [
{
"id": {
"timestamp": 1,
"date": "2025-07-14T13:25:45.922Z"
},
"date": "2025-07-14T13:25:45.922Z",
"valueId": {
"timestamp": 1,
"date": "2025-07-14T13:25:45.922Z"
}
}
],
"groupIds": [
{
"timestamp": 1,
"date": "2025-07-14T13:25:45.922Z"
}
]
}
Authorizations
Body
The details of the employee you want to invite to Happyforce
namestringOptional
Name of the employee
emailstringOptional
Email of the employee
Responses
200
OK
*/*
put
PUT /v1/public/company/employees/{employeeEmail} HTTP/1.1
Host: api.happyforce.com
happyforceAPIKey: YOUR_API_KEY
Content-Type: */*
Accept: */*
Content-Length: 320
{
"name": "text",
"email": "text",
"hierarchyId": {
"timestamp": 1,
"date": "2025-07-14T13:25:45.922Z"
},
"profile": [
{
"id": {
"timestamp": 1,
"date": "2025-07-14T13:25:45.922Z"
},
"date": "2025-07-14T13:25:45.922Z",
"valueId": {
"timestamp": 1,
"date": "2025-07-14T13:25:45.922Z"
}
}
],
"groupIds": [
{
"timestamp": 1,
"date": "2025-07-14T13:25:45.922Z"
}
]
}
200
OK
{
"name": "text",
"email": "text",
"hierarchyId": {
"timestamp": 1,
"date": "2025-07-14T13:25:45.922Z"
},
"profile": [
{
"id": {
"timestamp": 1,
"date": "2025-07-14T13:25:45.922Z"
},
"date": "2025-07-14T13:25:45.922Z",
"valueId": {
"timestamp": 1,
"date": "2025-07-14T13:25:45.922Z"
}
}
],
"groupIds": [
{
"timestamp": 1,
"date": "2025-07-14T13:25:45.922Z"
}
]
}
Authorizations
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",
"hierarchyId": {
"timestamp": 1,
"date": "2025-07-14T13:25:45.922Z"
},
"profile": [
{
"id": {
"timestamp": 1,
"date": "2025-07-14T13:25:45.922Z"
},
"date": "2025-07-14T13:25:45.922Z",
"valueId": {
"timestamp": 1,
"date": "2025-07-14T13:25:45.922Z"
}
}
],
"groupIds": [
{
"timestamp": 1,
"date": "2025-07-14T13:25:45.922Z"
}
]
}
]
Last updated
Was this helpful?