Capabilities
| Resource | Sync | Provision |
|---|---|---|
| Employees | ||
| Departments |
Gather HiBob credentials
In HiBob, navigate to Settings > Integrations > Automation >
Service Users and create a new service user.
Add the service user to a permission group that can read employee data in
the root, about, employment, and work categories. To sync
terminated employees, the permission group must also cover inactive
(former) employees.
Configuration fields
| Field | Required | Description |
|---|---|---|
hibob-base-url | Yes | The HiBob API base URL including the /v1 segment, with no trailing slash. Production is https://api.hibob.com/v1. |
hibob-service-user-id | Yes | The ID of the HiBob service user. |
hibob-service-user-token | Yes | The token paired with the service user ID. Sent with HTTP Basic authentication. |
Synced resource types
- Employees: people from HiBob’s people search. Each employee becomes a user. Terminated employees are included and synced with a disabled status; employees in every other lifecycle state (employed, hired, garden leave, leave, parental leave) are synced as enabled, with the exact state kept on the user profile.
- Departments: the company’s department list, including sub-departments.
Each department becomes a group with a single
memberentitlement. - Department membership: an employee is a member of the department named in the employee’s work data.
Special notes
- Provisioning is not supported. The connector reads employees and departments only.
- The connector authenticates with HTTP Basic credentials: the service user ID as the username and its token as the password.
- HiBob omits any field the service user is not permitted to read, without raising an error. If the permission group is missing a category, the connector’s validation step reports it when the connector is set up.
- An employee with no department is synced as a user but holds no department membership.
- HiBob reports an employee’s department by name, so the connector matches the name from the employee’s work data to the department list.
- An employee’s manager is recorded on the user profile.
Configure the HiBob connector
- Cloud-hosted
- Self-hosted
Follow these instructions to use a built-in, no-code connector hosted by C1.Done. Your HiBob connector is now pulling access data into C1.
Paste the HiBob credentials into the relevant fields:
- HiBob API URL:
https://api.hibob.com/v1. - Service user ID: The ID of the service user you created in HiBob.
- Service user token: The token paired with the service user ID.