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
PUThttps://api.myhappyforce.com/api/v1/public/company/employees/reset
Body
namestring
Name of the employee
emailstring
Email of the employee
hierarchyIdstring
profilearray of EmployeeProfile (object)
Employee profile data, used for later segmentation
groupIdsarray of string
List of groups to which this user belongs
Response
OK
Body
namestring
Name of the employee
emailstring
Email of the employee
hierarchyIdstring
profilearray of EmployeeProfile (object)
Employee profile data, used for later segmentation
groupIdsarray of string
List of groups to which this user belongs
Request
Response
Last updated