Last updated 3 months ago
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
PUT /api/v1/public/company/employees/reset HTTP/1.1 Host: api.myhappyforce.com happyforceAPIKey: YOUR_API_KEY Content-Type: application/json Accept: */* Content-Length: 148 { "name": "text", "email": "text", "hierarchyId": "text", "profile": [ { "id": "text", "date": "2025-04-26T10:43:42.258Z", "valueId": "text" } ], "groupIds": [ "text" ] }
OK
{ "name": "text", "email": "text", "hierarchyId": "text", "profile": [ { "id": "text", "date": "2025-04-26T10:43:42.258Z", "valueId": "text" } ], "groupIds": [ "text" ] }