> For the complete documentation index, see [llms.txt](https://www.cakewalk.security/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.cakewalk.security/docs/platform-overview/connections-and-integrations/identity-sources/hibob.md).

# HiBob

HiBob connects to Cakewalk with service user credentials you create in HiBob's system settings; for the shared flow, see [Connecting an HRIS](/docs/platform-overview/connections-and-integrations/connecting-an-hris.md).

### ✅ Before You Start

* Your account must belong to the Admins permission group of your company's HiBob instance, or a member of that group must share their access with you.
* To check: log in to HiBob, click the products icon in the top left corner and look for **System Settings** in the menu that opens. If you cannot see it, your account is not in the Admins permission group.

### 🛠 Connect

1. In Cakewalk, go to **Settings → Data Sources → Users** and select HiBob.
2. In HiBob, go to **System Settings → Integration Tools → Service users** and press **Create Service User**.
3. Enter a display name for the service user, for example "Acme Integration Service User", and press **Create**.
4. Copy the service user credentials into the connection flow.
5. Choose how to create employees in HiBob. The default option (Regular API) requires no additional configuration.
6. Create a permission group for the service user: press **Go to permissions group** in the same dialog, then **Create permission group**, then **Service user**. Enter a group name, for example "Integration service users", select the service user you created, click **Create**, then **Confirm**.
7. Click the **People's data** tab and set which people this permission group can access. To select all users, press **Select people by condition** then **Edit**, and select all available fields (Hired, Employed, Terminated, Garden Leave, Leave, Parental Leave). Click **Apply**.
8. Under **Access data for**, enable each permission the connection flow lists. The connection flow shows the exact list.
9. Click **Save** in the top right, then **Apply** when the confirmation of granted permissions appears.
10. Wait roughly 10 seconds while HiBob processes the changes, then click **Set up integration** in the connection flow.
11. Only if you selected Hire API in step 5: open the Hire API configuration in HiBob's dashboard, click **+ Add integration**, name the integration, choose **Service user** as the authentication method, add the display name and click **Generate token**. Copy the credentials into the connection flow, click **Done**, then copy the API URL from the page you are redirected to into the connection flow as well.

The first sync starts immediately. Sync details and cadence: [Connecting an HRIS](/docs/platform-overview/connections-and-integrations/connecting-an-hris.md).

### 📚 Related

* [HRIS and IdP](/docs/platform-overview/connections-and-integrations/hris-and-idp.md)
* [Connecting an HRIS](/docs/platform-overview/connections-and-integrations/connecting-an-hris.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://www.cakewalk.security/docs/platform-overview/connections-and-integrations/identity-sources/hibob.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
