POST
/
hris
/
provisioning-groups
/
{group_id}
/
setup-links
curl --request POST \
  --url https://api.kombo.dev/v1/hris/provisioning-groups/{group_id}/setup-links \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --header 'X-Integration-Id: <x-integration-id>' \
  --data '{
  "language": "en"
}'
{
  "status": "success",
  "data": {
    "url": "https://connect.kombo.dev/v1/setup?token=GinuMJCpUQ9xdpLmD2ocw8qdiK3qiPCizDCv754EXri2vAX4",
    "expires_at": "2023-10-11T12:00:00.000Z"
  }
}

Authorizations

Authorization
string
header
required

Create an API key on the Secrets page in the Kombo dashboard.

Headers

X-Integration-Id
string
required

ID of the integration you want to interact with.

Path Parameters

group_id
string
required

ID of the provisioning group (currently only default is allowed).

Body

application/json
POST /hris/provisioning-groups/:group_id/setup-links request body

The body is of type object.

Response

200
application/json
POST /hris/provisioning-groups/:group_id/setup-links Successful response

The response is of type object.