---
title: "Update Company employee"
method: PUT
path: "/company-employees/{employeeId}"
tags: ["Company Employee"]
---

# Update Company employee

`PUT /company-employees/{employeeId}`

Update company employee for internal recruitment

## Path parameters

- `employeeId` integer, required

## Request body

- CompanyEmployeeInput — Company employee data
  - `name` string, required — Company employee name
  - `countryOfOrigin` string, required — Company employee country abbreviation (eg. BR)
  - `identificationDocument` string, required — Company employee identification document

## Response `200`

A confirmation of successful insertion of the company employees list

- CompanyEmployee — Company employee data
  - `id` integer — Id of the Company employee
  - `name` string — Company employee name
  - `countryOfOrigin` string — Company employee country abbreviation (eg. BR)
  - `identificationDocument` string — Company employee identification document
  - `companyId` integer — Id of the Company

## Other responses

- `400` — BadRequest / Invalid Input
- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/gupy/apis/gupy-public-api.md) · [All operations](https://skmtc.net/gupy/apis/gupy-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gupy/gupy-public-api/revisions/3f26defa2a42/schema)
