Hibob – Gotchas
bob is a people management platform that helps fast-growing companies bring out the best in their employees. Our HR software is unique, intuitive and smart.
4 gotchas across 1 resource
These are connector-specific behaviors and limitations to be aware of when integrating.
Employees4 gotchas
employeesAllHiBob allows you to define employee fields that aren't included by default on the 'List Employees' response. By using the fields parameter, you can specifically request these properties to be part of your response. Additionally, if your Unify plan has the 'Custom Field Mapping' feature, you can map these properties to your responses. Once mapped, they will be included in the custom_mappings property within Unify responses. Important to know is that HiBob has permission controls for users to determine which data will be available on their API. This can lead to specific fields not being available (example: `birthday`). For getting custom field values, please use the 'Get Employee' (employeesOne) call instead of 'List Employees'.
employeesAddWhen creating an employee is required by Hibob to include the following Unifiy fields: first_name, last_name, employment_start_date, jobs[0].location.name and an email with a primary type must be provided within the emails field. For countries hibob doesn't accept iso code or name values so just the country common name. Example 'United States' HiBob API just accepts one compensation, so for the request it will be considered the first one sent in the array and the payment unit is sent yearly by default.
employeesOneHiBob allows you to define employee fields that aren't included by default on the 'Get Employee' response. By using the fields parameter, you can specifically request these properties to be part of your response. Additionally, if your Unify plan has the 'Custom Field Mapping' feature, you can map these properties to your responses. Once mapped, they will be included in the custom_mappings property within Unify responses. Important to know is that HiBob has permission controls for users to determine which data will be available on their API. This can lead to specific fields not being available (example: `birthday`).
employeesUpdateCertain fields like address, compensations, and title cannot be updated via the HiBob API.