---
title: "Reativar colaborador"
method: POST
path: "/{companyId}/banking/payroll/employees/{employeeTaxId}/reactivate"
tags: ["Colaboradores"]
---

# Reativar colaborador

`POST /{companyId}/banking/payroll/employees/{employeeTaxId}/reactivate`

Reativa um colaborador inativo. Somente colaboradores com status `inactive` podem ser reativados. Após a reativação o colaborador retorna ao status `active`.

## Path parameters

- `companyId` string, required
- `employeeTaxId` string, required

## Response `200`

OK

- ReactivateResponseDto
  - `employeeId` string, nullable
  - `status` string, nullable
  - `reactivatedAt` string, date-time
  - `links` ReactivateResponseLinksDto
    - `self` PayrollEmployeeLinkDto
      - `href` string, nullable
      - `method` string, nullable
      - `rel` string, nullable
    - `deactivate` PayrollEmployeeLinkDto
      - `href` string, nullable
      - `method` string, nullable
      - `rel` string, nullable

---

[API](https://skmtc.net/btgpactual/apis/folha-de-pagamentos.md) · [All operations](https://skmtc.net/btgpactual/apis/folha-de-pagamentos/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/btgpactual/folha-de-pagamentos/revisions/2a24d3da114c/schema)
