post https://api.zeal.com/employees/setOnboardedStatusToTrue
Set an employee as onboarded.
Set onboarded status to true
if the employee has all the legally required information. If the employee does not have the aforementioned properties, Zeal will return an array of errors stating which properties are missing.
Returns
attribute | type | description |
---|---|---|
success | boolean | Response status |
data | object | Updated employee object |
errors | array | If success is false, errors contains a list of error objects.Show child attributesmessage type: string description: Error message status type: number description: HTTP response code code type: number description: Error code (see Error codes ) |