Sends an invitation email to an existing employee

Sends an invitation to the employee's personal (or work) email to access the application.
The link to the application in the invitation email has a defined time validity.

This endpoint can be called only by System and Admin level users.

Path Params
int32
required

Company Id

int32
required

Employee Id

Query Params
boolean
Defaults to false

Whether to use the employee's work email (if exists) for sending the invitation, otherwise the personal email is implicitly used.

int32
Defaults to 43200

Value of the time validity of invitation link in the email, the time is in seconds (implicit value is 12 hours).

Headers
string
Defaults to 1.0

The requested API version

string
Defaults to 1.0

The requested API version

Response
204

No Content

Language
Credentials
Bearer
jwt
Response
Click Try It! to start a request and see the response here!