Employees
Employees manage related operations
Resets the employee profile for a given email address, allowing the employee to select a new are and profile when they log in on the app
API Key for Happyforce API
The details of the employee you want to invite to Happyforce
Name of the employee
Email of the employee
External id of the employee
Area id where this employee belongs
64f8a0e2d5b7c9a1e3f4a5b6List of groups to which this user belongs
64f8a0e2d5b7c9a1e3f4a5b6Role of the employee in the company
List of hierarchies that this employee manages
64f8a0e2d5b7c9a1e3f4a5b6OK
The details of the employee you want to invite to Happyforce
Name of the employee
Email of the employee
External id of the employee
Area id where this employee belongs
64f8a0e2d5b7c9a1e3f4a5b6List of groups to which this user belongs
64f8a0e2d5b7c9a1e3f4a5b6Role of the employee in the company
List of hierarchies that this employee manages
64f8a0e2d5b7c9a1e3f4a5b6PUT /api/v1/public/company/employees/reset HTTP/1.1
Host: api.happyforce.com
happyforceAPIKey: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 351
{
"name": "text",
"email": "text",
"externalId": "text",
"hierarchyId": "64f8a0e2d5b7c9a1e3f4a5b6",
"profile": [
{
"id": "64f8a0e2d5b7c9a1e3f4a5b6",
"date": "2026-01-01T00:00:00.000Z",
"valueId": "64f8a0e2d5b7c9a1e3f4a5b6",
"leafId": "64f8a0e2d5b7c9a1e3f4a5b6"
}
],
"groupIds": [
"64f8a0e2d5b7c9a1e3f4a5b6"
],
"role": "ADVISOR",
"managedHierarchies": [
"64f8a0e2d5b7c9a1e3f4a5b6"
]
}OK
{
"name": "text",
"email": "text",
"externalId": "text",
"hierarchyId": "64f8a0e2d5b7c9a1e3f4a5b6",
"profile": [
{
"id": "64f8a0e2d5b7c9a1e3f4a5b6",
"date": "2026-01-01T00:00:00.000Z",
"valueId": "64f8a0e2d5b7c9a1e3f4a5b6",
"leafId": "64f8a0e2d5b7c9a1e3f4a5b6"
}
],
"groupIds": [
"64f8a0e2d5b7c9a1e3f4a5b6"
],
"role": "ADVISOR",
"managedHierarchies": [
"64f8a0e2d5b7c9a1e3f4a5b6"
]
}API Key for Happyforce API
The externalId of the employee you want to retrieve
OK
The details of the employee you want to invite to Happyforce
Name of the employee
Email of the employee
External id of the employee
Area id where this employee belongs
64f8a0e2d5b7c9a1e3f4a5b6List of groups to which this user belongs
64f8a0e2d5b7c9a1e3f4a5b6Role of the employee in the company
List of hierarchies that this employee manages
64f8a0e2d5b7c9a1e3f4a5b6GET /api/v1/public/company/employees/externalid/{externalId} HTTP/1.1
Host: api.happyforce.com
happyforceAPIKey: YOUR_API_KEY
Accept: */*
OK
{
"name": "text",
"email": "text",
"externalId": "text",
"hierarchyId": "64f8a0e2d5b7c9a1e3f4a5b6",
"profile": [
{
"id": "64f8a0e2d5b7c9a1e3f4a5b6",
"date": "2026-01-01T00:00:00.000Z",
"valueId": "64f8a0e2d5b7c9a1e3f4a5b6",
"leafId": "64f8a0e2d5b7c9a1e3f4a5b6"
}
],
"groupIds": [
"64f8a0e2d5b7c9a1e3f4a5b6"
],
"role": "ADVISOR",
"managedHierarchies": [
"64f8a0e2d5b7c9a1e3f4a5b6"
]
}API Key for Happyforce API
The externalId of the employee you wish to update
The details of the employee you want to invite to Happyforce
Name of the employee
Email of the employee
External id of the employee
Area id where this employee belongs
64f8a0e2d5b7c9a1e3f4a5b6List of groups to which this user belongs
64f8a0e2d5b7c9a1e3f4a5b6Role of the employee in the company
List of hierarchies that this employee manages
64f8a0e2d5b7c9a1e3f4a5b6OK
The details of the employee you want to invite to Happyforce
Name of the employee
Email of the employee
External id of the employee
Area id where this employee belongs
64f8a0e2d5b7c9a1e3f4a5b6List of groups to which this user belongs
64f8a0e2d5b7c9a1e3f4a5b6Role of the employee in the company
List of hierarchies that this employee manages
64f8a0e2d5b7c9a1e3f4a5b6PUT /api/v1/public/company/employees/externalid/{externalId} HTTP/1.1
Host: api.happyforce.com
happyforceAPIKey: YOUR_API_KEY
Content-Type: */*
Accept: */*
Content-Length: 351
{
"name": "text",
"email": "text",
"externalId": "text",
"hierarchyId": "64f8a0e2d5b7c9a1e3f4a5b6",
"profile": [
{
"id": "64f8a0e2d5b7c9a1e3f4a5b6",
"date": "2026-01-01T00:00:00.000Z",
"valueId": "64f8a0e2d5b7c9a1e3f4a5b6",
"leafId": "64f8a0e2d5b7c9a1e3f4a5b6"
}
],
"groupIds": [
"64f8a0e2d5b7c9a1e3f4a5b6"
],
"role": "ADVISOR",
"managedHierarchies": [
"64f8a0e2d5b7c9a1e3f4a5b6"
]
}OK
{
"name": "text",
"email": "text",
"externalId": "text",
"hierarchyId": "64f8a0e2d5b7c9a1e3f4a5b6",
"profile": [
{
"id": "64f8a0e2d5b7c9a1e3f4a5b6",
"date": "2026-01-01T00:00:00.000Z",
"valueId": "64f8a0e2d5b7c9a1e3f4a5b6",
"leafId": "64f8a0e2d5b7c9a1e3f4a5b6"
}
],
"groupIds": [
"64f8a0e2d5b7c9a1e3f4a5b6"
],
"role": "ADVISOR",
"managedHierarchies": [
"64f8a0e2d5b7c9a1e3f4a5b6"
]
}API Key for Happyforce API
The externalId of the employee you wish to delete
The turnover date of the employee (ddMMyyyy format)
Type of feedback
OK
DELETE /api/v1/public/company/employees/externalid/{externalId} HTTP/1.1
Host: api.happyforce.com
happyforceAPIKey: YOUR_API_KEY
Accept: */*
OK
textAPI Key for Happyforce API
The email of the employee you want to retrieve
OK
The details of the employee you want to invite to Happyforce
Name of the employee
Email of the employee
External id of the employee
Area id where this employee belongs
64f8a0e2d5b7c9a1e3f4a5b6List of groups to which this user belongs
64f8a0e2d5b7c9a1e3f4a5b6Role of the employee in the company
List of hierarchies that this employee manages
64f8a0e2d5b7c9a1e3f4a5b6GET /api/v1/public/company/employees/email/{employeeEmail} HTTP/1.1
Host: api.happyforce.com
happyforceAPIKey: YOUR_API_KEY
Accept: */*
OK
{
"name": "text",
"email": "text",
"externalId": "text",
"hierarchyId": "64f8a0e2d5b7c9a1e3f4a5b6",
"profile": [
{
"id": "64f8a0e2d5b7c9a1e3f4a5b6",
"date": "2026-01-01T00:00:00.000Z",
"valueId": "64f8a0e2d5b7c9a1e3f4a5b6",
"leafId": "64f8a0e2d5b7c9a1e3f4a5b6"
}
],
"groupIds": [
"64f8a0e2d5b7c9a1e3f4a5b6"
],
"role": "ADVISOR",
"managedHierarchies": [
"64f8a0e2d5b7c9a1e3f4a5b6"
]
}API Key for Happyforce API
The email of the employee you wish to update
The details of the employee you want to invite to Happyforce
Name of the employee
Email of the employee
External id of the employee
Area id where this employee belongs
64f8a0e2d5b7c9a1e3f4a5b6List of groups to which this user belongs
64f8a0e2d5b7c9a1e3f4a5b6Role of the employee in the company
List of hierarchies that this employee manages
64f8a0e2d5b7c9a1e3f4a5b6OK
The details of the employee you want to invite to Happyforce
Name of the employee
Email of the employee
External id of the employee
Area id where this employee belongs
64f8a0e2d5b7c9a1e3f4a5b6List of groups to which this user belongs
64f8a0e2d5b7c9a1e3f4a5b6Role of the employee in the company
List of hierarchies that this employee manages
64f8a0e2d5b7c9a1e3f4a5b6PUT /api/v1/public/company/employees/email/{employeeEmail} HTTP/1.1
Host: api.happyforce.com
happyforceAPIKey: YOUR_API_KEY
Content-Type: */*
Accept: */*
Content-Length: 351
{
"name": "text",
"email": "text",
"externalId": "text",
"hierarchyId": "64f8a0e2d5b7c9a1e3f4a5b6",
"profile": [
{
"id": "64f8a0e2d5b7c9a1e3f4a5b6",
"date": "2026-01-01T00:00:00.000Z",
"valueId": "64f8a0e2d5b7c9a1e3f4a5b6",
"leafId": "64f8a0e2d5b7c9a1e3f4a5b6"
}
],
"groupIds": [
"64f8a0e2d5b7c9a1e3f4a5b6"
],
"role": "ADVISOR",
"managedHierarchies": [
"64f8a0e2d5b7c9a1e3f4a5b6"
]
}OK
{
"name": "text",
"email": "text",
"externalId": "text",
"hierarchyId": "64f8a0e2d5b7c9a1e3f4a5b6",
"profile": [
{
"id": "64f8a0e2d5b7c9a1e3f4a5b6",
"date": "2026-01-01T00:00:00.000Z",
"valueId": "64f8a0e2d5b7c9a1e3f4a5b6",
"leafId": "64f8a0e2d5b7c9a1e3f4a5b6"
}
],
"groupIds": [
"64f8a0e2d5b7c9a1e3f4a5b6"
],
"role": "ADVISOR",
"managedHierarchies": [
"64f8a0e2d5b7c9a1e3f4a5b6"
]
}API Key for Happyforce API
The email of the employee you wish to delete
The turnover date of the employee (ddMMyyyy format)
Type of feedback
OK
DELETE /api/v1/public/company/employees/email/{employeeEmail} HTTP/1.1
Host: api.happyforce.com
happyforceAPIKey: YOUR_API_KEY
Accept: */*
OK
textAPI Key for Happyforce API
The details of the employee you want to invite to Happyforce
Name of the employee
Email of the employee
External id of the employee
Area id where this employee belongs
64f8a0e2d5b7c9a1e3f4a5b6List of groups to which this user belongs
64f8a0e2d5b7c9a1e3f4a5b6Role of the employee in the company
List of hierarchies that this employee manages
64f8a0e2d5b7c9a1e3f4a5b6OK
The details of the employee you want to invite to Happyforce
Name of the employee
Email of the employee
External id of the employee
Area id where this employee belongs
64f8a0e2d5b7c9a1e3f4a5b6List of groups to which this user belongs
64f8a0e2d5b7c9a1e3f4a5b6Role of the employee in the company
List of hierarchies that this employee manages
64f8a0e2d5b7c9a1e3f4a5b6POST /api/v1/public/company/employees/invite HTTP/1.1
Host: api.happyforce.com
happyforceAPIKey: YOUR_API_KEY
Content-Type: */*
Accept: */*
Content-Length: 351
{
"name": "text",
"email": "text",
"externalId": "text",
"hierarchyId": "64f8a0e2d5b7c9a1e3f4a5b6",
"profile": [
{
"id": "64f8a0e2d5b7c9a1e3f4a5b6",
"date": "2026-01-01T00:00:00.000Z",
"valueId": "64f8a0e2d5b7c9a1e3f4a5b6",
"leafId": "64f8a0e2d5b7c9a1e3f4a5b6"
}
],
"groupIds": [
"64f8a0e2d5b7c9a1e3f4a5b6"
],
"role": "ADVISOR",
"managedHierarchies": [
"64f8a0e2d5b7c9a1e3f4a5b6"
]
}OK
{
"name": "text",
"email": "text",
"externalId": "text",
"hierarchyId": "64f8a0e2d5b7c9a1e3f4a5b6",
"profile": [
{
"id": "64f8a0e2d5b7c9a1e3f4a5b6",
"date": "2026-01-01T00:00:00.000Z",
"valueId": "64f8a0e2d5b7c9a1e3f4a5b6",
"leafId": "64f8a0e2d5b7c9a1e3f4a5b6"
}
],
"groupIds": [
"64f8a0e2d5b7c9a1e3f4a5b6"
],
"role": "ADVISOR",
"managedHierarchies": [
"64f8a0e2d5b7c9a1e3f4a5b6"
]
}API Key for Happyforce API
64f8a0e2d5b7c9a1e3f4a5b664f8a0e2d5b7c9a1e3f4a5b6OK
The details of the employee you want to invite to Happyforce
Name of the employee
Email of the employee
External id of the employee
Area id where this employee belongs
64f8a0e2d5b7c9a1e3f4a5b6List of groups to which this user belongs
64f8a0e2d5b7c9a1e3f4a5b6Role of the employee in the company
List of hierarchies that this employee manages
64f8a0e2d5b7c9a1e3f4a5b6GET /api/v1/public/company/employees HTTP/1.1
Host: api.happyforce.com
happyforceAPIKey: YOUR_API_KEY
Accept: */*
OK
[
{
"name": "text",
"email": "text",
"externalId": "text",
"hierarchyId": "64f8a0e2d5b7c9a1e3f4a5b6",
"profile": [
{
"id": "64f8a0e2d5b7c9a1e3f4a5b6",
"date": "2026-01-01T00:00:00.000Z",
"valueId": "64f8a0e2d5b7c9a1e3f4a5b6",
"leafId": "64f8a0e2d5b7c9a1e3f4a5b6"
}
],
"groupIds": [
"64f8a0e2d5b7c9a1e3f4a5b6"
],
"role": "ADVISOR",
"managedHierarchies": [
"64f8a0e2d5b7c9a1e3f4a5b6"
]
}
]Last updated