HiBob
Overview
The HiBob source connector lets you connect to the HiBob API using a service user and token.
Status
This connector is currently in development.
- Connection credential validation is supported.
- Schema discovery and data extraction are not yet available.
Setup
Prerequisites
- A HiBob account with API access.
- A service user in HiBob and its corresponding service user token.
Create a HiBob service user and token
In HiBob, create (or use an existing) service user and generate an API token for it. You’ll use these values to authenticate the connector.
Authentication
This connector authenticates to HiBob using HTTP Basic Auth:
- Username: Service user ID
- Password: Service user token
During connection setup, the connector validates credentials by calling:
GET https://api.hibob.com/v1/company/people/fields
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
service_user_id | string | Yes | The HiBob service user ID used as the Basic Auth username. |
service_user_token | string | Yes | The HiBob service user token used as the Basic Auth password. |
Streams
No streams are currently available. Extraction is not yet implemented for this connector.