Happyforce API
  • Welcome
  • Before You Start
  • Data Segmentation in Happyforce
  • API reference
    • Hierarchy
    • Characteristics
    • Groups
    • Scores Metadata
    • Employees
      • Reset
      • Invite
    • Stats
      • Hi
      • Enps
      • Scores
      • Activation
      • Participation
  • Specification
Powered by GitBook
On this page

Was this helpful?

  1. API reference
  2. Employees

Reset

PreviousEmployeesNextInvite

Last updated 4 months ago

Was this helpful?

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

put
Authorizations
Body

The details of the employee you want to invite to Happyforce

namestringOptional

Name of the employee

emailstringOptional

Email of the employee

hierarchyIdstringOptional
groupIdsstring[]Optional

List of groups to which this user belongs

Responses
200
OK
application/json
400
Bad Request
*/*
put
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-05-17T06:31:53.769Z",
      "valueId": "text"
    }
  ],
  "groupIds": [
    "text"
  ]
}
{
  "name": "text",
  "email": "text",
  "hierarchyId": "text",
  "profile": [
    {
      "id": "text",
      "date": "2025-05-17T06:31:53.769Z",
      "valueId": "text"
    }
  ],
  "groupIds": [
    "text"
  ]
}