Was this helpful?
The details of the employee you want to invite to Happyforce
Name of the employee
Email of the employee
Employee profile data, used for later segmentation
List of groups to which this user belongs
POST /api/v1/public/company/employees/invite HTTP/1.1 Host: api.myhappyforce.com happyforceAPIKey: YOUR_API_KEY Content-Type: */* Accept: */* Content-Length: 148 { "name": "text", "email": "text", "hierarchyId": "text", "profile": [ { "id": "text", "date": "2025-04-26T11:21:04.446Z", "valueId": "text" } ], "groupIds": [ "text" ] }
OK
{ "name": "text", "email": "text", "hierarchyId": "text", "profile": [ { "id": "text", "date": "2025-04-26T11:21:04.446Z", "valueId": "text" } ], "groupIds": [ "text" ] }