---
title: "Activate an employee."
method: PUT
path: "/employees/{employeeId}/activate"
tags: ["Employees"]
---

# Activate an employee.

`PUT /employees/{employeeId}/activate`

This endpoint activates a Kenjo employee given by the employeeId. It sends an email to the recipient of the employee email to start the onboarding process. Once the password is filled, the employee changes to 'active' ('isActive' = TRUE). While the employee is not active it is possible to send activation emails.

## Path parameters

- `employeeId` string, required

## Headers

- `Authorization` string, required

## Response `200`

OK

- string

## Other responses

- `400` — BAD REQUEST
- `401` — UNAUTHORIZED. The Authorization header is incorrect, not provided or the token expired.

---

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