Invite
Invite an employee for a given email address
POSThttps://api.myhappyforce.com/api/v1/public/company/employees/invite
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