Was this helpful?
/v1/public/company/employees/invite
Name of the employee
Email of the employee
Entity representing the profile of one of your employees
List of groups to which this user belongs
curl -L \ --request POST \ --url 'https://api.myhappyforce.com/api/v1/public/company/employees/invite' \ --header 'happyforceAPIKey: YOUR_API_KEY' \ --header 'Content-Type: */*' \ --data '{ "name": "text", "email": "text", "hierarchyId": "text", "profile": [ { "id": "text", "date": "2025-03-09T02:07:18.230Z", "valueId": "text" } ], "groupIds": [ "text" ] }'
{ "name": "text", "email": "text", "hierarchyId": "text", "profile": [ { "id": "text", "date": "2025-03-09T02:07:18.230Z", "valueId": "text" } ], "groupIds": [ "text" ] }