Create Employee
Employee
Create Employee
Creates an Employee object with the given values.
POST
Create Employee
To create an employee in HRIS, you first need to fetch the request body structure that HRIS expects. This structure varies based on the HRIS provider (e.g., BambooHR, ADP, Workday). The request body consists of three parts:
- Model Keys: Standard attributes required for all employees.
- Additional Attributes: Specific fields required by the chosen HRIS.
- Custom Fields: Extra metadata for specific implementations.
allowed_values, meaning only specific values are permitted based on the customer’s HRIS configuration. Ensure you check for these constraints before submitting the request.