POST
/
v1
/
employees
/
{id}
/
send-number-transfer-invite-email
Send Number Transfer Invite Email
curl --request POST \
  --url https://api.production.telgea.com/v1/employees/{id}/send-number-transfer-invite-email \
  --header 'X-API-Key: <api-key>'
"<any>"

Authorizations

X-API-Key
string
header
required

API key authentication requiring a valid API key to be included in the X-API-Key header.

Path Parameters

id
string
required

Response

200
application/json

Sends an email invitation to an employee to initiate the number transfer process.

The response is of type any.