---
title: "Invite an employee with a welcome wizard ID."
method: POST
path: "/employees/{employeeId}/invitations"
tags: ["People"]
---

# Invite an employee with a welcome wizard ID.

`POST /employees/{employeeId}/invitations`

Explore the [People API](https://apidocs.hibob.com/reference/people) main reference page for information about rate limits, permissions, troubleshooting and more.

## Path parameters

- `employeeId` string, required

## Request body

- InvitationByWizard
  - `welcomeWizardId` integer, required — The Welcome wizard ID.

## Response `200`

Invitation submitted successfully.

## Other responses

- `default` — Unexpected error.

---

[API](https://skmtc.net/hibob/apis/employee-data-api.md) · [All operations](https://skmtc.net/hibob/apis/employee-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hibob/employee-data-api/versions/0781ebbdda91/schema)
