Skip to main content
PATCH
/
companies
/
{companyId}
/
employees
/
{employeeId}
/
restore
Restore employee
curl --request PATCH \
  --url https://pre-public-api.cobee.io/api/v3/companies/{companyId}/employees/{employeeId}/restore \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Overview

This endpoint allows you to restore a previously removed employee in the Cobee system. When called, this endpoint restores the employee’s access to their benefits.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

companyId
string<uuid>
required

The unique identifier of the company

employeeId
string<uuid>
required

The unique identifier of the employee

Response

Employee successfully restored