Filtering
Create provisioning setup link
Create a new link that can be passed to the Kombo Connect SDK to open the provisioning setup UI.
POST
Authorizations
Headers
ID of the integration you want to interact with.
Path Parameters
ID of the provisioning group (currently only default
is allowed).
Body
application/json
POST /hris/provisioning-groups/:group_id/setup-links request body
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.
Available options:
en
, de
, fr
, it
, es
Response
200
application/json
POST /hris/provisioning-groups/:group_id/setup-links Successful response
Available options:
success
Example:
{
"url": "https://connect.kombo.dev/v1/setup?token=GinuMJCpUQ9xdpLmD2ocw8qdiK3qiPCizDCv754EXri2vAX4",
"expires_at": "2023-10-11T12:00:00.000Z"
}