Reset

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

Responses
200
OK
application/json
put
PUT /v1/public/company/employees/reset HTTP/1.1
Host: api.happyforce.com
happyforceAPIKey: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 320

{
  "name": "text",
  "email": "text",
  "hierarchyId": {
    "timestamp": 1,
    "date": "2025-06-27T11:07:19.903Z"
  },
  "profile": [
    {
      "id": {
        "timestamp": 1,
        "date": "2025-06-27T11:07:19.903Z"
      },
      "date": "2025-06-27T11:07:19.903Z",
      "valueId": {
        "timestamp": 1,
        "date": "2025-06-27T11:07:19.903Z"
      }
    }
  ],
  "groupIds": [
    {
      "timestamp": 1,
      "date": "2025-06-27T11:07:19.903Z"
    }
  ]
}
{
  "name": "text",
  "email": "text",
  "hierarchyId": {
    "timestamp": 1,
    "date": "2025-06-27T11:07:19.903Z"
  },
  "profile": [
    {
      "id": {
        "timestamp": 1,
        "date": "2025-06-27T11:07:19.903Z"
      },
      "date": "2025-06-27T11:07:19.903Z",
      "valueId": {
        "timestamp": 1,
        "date": "2025-06-27T11:07:19.903Z"
      }
    }
  ],
  "groupIds": [
    {
      "timestamp": 1,
      "date": "2025-06-27T11:07:19.903Z"
    }
  ]
}

Last updated

Was this helpful?