Employees
Authorizations
Responses
200
OK
*/*
400
Bad Request
*/*
get
GET /v1/public/company/employees/{employeeEmail} HTTP/1.1
Host: api.happyforce.com
happyforceAPIKey: YOUR_API_KEY
Accept: */*
{
"name": "text",
"email": "text",
"hierarchyId": {
"timestamp": 1,
"date": "2025-06-27T10:32:57.856Z"
},
"profile": [
{
"id": {
"timestamp": 1,
"date": "2025-06-27T10:32:57.856Z"
},
"date": "2025-06-27T10:32:57.856Z",
"valueId": {
"timestamp": 1,
"date": "2025-06-27T10:32:57.856Z"
}
}
],
"groupIds": [
{
"timestamp": 1,
"date": "2025-06-27T10:32:57.856Z"
}
]
}
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
*/*
400
Bad Request
*/*
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-06-27T10:32:57.856Z"
},
"profile": [
{
"id": {
"timestamp": 1,
"date": "2025-06-27T10:32:57.856Z"
},
"date": "2025-06-27T10:32:57.856Z",
"valueId": {
"timestamp": 1,
"date": "2025-06-27T10:32:57.856Z"
}
}
],
"groupIds": [
{
"timestamp": 1,
"date": "2025-06-27T10:32:57.856Z"
}
]
}
{
"name": "text",
"email": "text",
"hierarchyId": {
"timestamp": 1,
"date": "2025-06-27T10:32:57.856Z"
},
"profile": [
{
"id": {
"timestamp": 1,
"date": "2025-06-27T10:32:57.856Z"
},
"date": "2025-06-27T10:32:57.856Z",
"valueId": {
"timestamp": 1,
"date": "2025-06-27T10:32:57.856Z"
}
}
],
"groupIds": [
{
"timestamp": 1,
"date": "2025-06-27T10:32:57.856Z"
}
]
}
Authorizations
Responses
200
OK
*/*
400
Bad Request
*/*
get
GET /v1/public/company/employees HTTP/1.1
Host: api.happyforce.com
happyforceAPIKey: YOUR_API_KEY
Accept: */*
[
{
"name": "text",
"email": "text",
"hierarchyId": {
"timestamp": 1,
"date": "2025-06-27T10:32:57.856Z"
},
"profile": [
{
"id": {
"timestamp": 1,
"date": "2025-06-27T10:32:57.856Z"
},
"date": "2025-06-27T10:32:57.856Z",
"valueId": {
"timestamp": 1,
"date": "2025-06-27T10:32:57.856Z"
}
}
],
"groupIds": [
{
"timestamp": 1,
"date": "2025-06-27T10:32:57.856Z"
}
]
}
]
Last updated
Was this helpful?