---
title: "Create provisioning setup link (deprecated)"
method: POST
path: "/hris/provisioning-groups/{group_id}/setup-links"
tags: ["Unified HRIS API"]
---

# Create provisioning setup link (deprecated)

`POST /hris/provisioning-groups/{group_id}/setup-links`

Create a new link that can be passed to the Kombo Connect SDK to open the provisioning setup UI.

<Warning>
  **This endpoint is deprecated!**

  Please use the [Create Setup Flow link endpoint](/v1/post-integrations-integration-id-setup-link) instead. It supports the full Setup Flow (including filtering, field mapping, and any other enabled steps) and works for any integration category, not just HRIS.
</Warning>

## Path parameters

- `group_id` string, required — ID of the provisioning group (currently only `default` is allowed).

## Headers

- `X-Integration-Id` string, required

## Request body

- PostHrisProvisioningGroupsGroupIdSetupLinksRequestBody
  - `language` 'en' | 'de' | 'fr' | 'it' | 'es', nullable — Language of the UI. Please note that the provisioning setup UI is _not_ translated yet but we're working on it and setting this already will make sure the translations appear once released.

## Response `200`

POST /hris/provisioning-groups/:group_id/setup-links Positive response

- PostHrisProvisioningGroupsGroupIdSetupLinksPositiveResponse
  - `status` 'success', required
  - `data` object, required
    - `url` string, uri, required — The setup link URL to pass to the Kombo Connect SDK.
    - `expires_at` string, date-time, required — When this link expires.

## Other responses

- `default` — The standard error response with the error codes for the HRIS use case.

---

[API](https://skmtc.net/kombo/apis/kombo-api.md) · [All operations](https://skmtc.net/kombo/apis/kombo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kombo/kombo-api/versions/1e45035b96d3/schema)
