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

Overview

Sends the invitation email to the Employee. This endpoint can be used when the automatic invitation email that the employee received on registration has expired or been lost.

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

Invitation email sent successfully