Skip to main content
POST
/
employees
Create an employee for a company
curl --request POST \
  --url https://openapi.pleo.io/v1/employees \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "<string>"
}
'
{
  "id": "<string>"
}

Authorizations

Authorization
string
header
required

Open API Bearer token

Body

application/json
email
string
required

Employee email

Response

An employee has been created

id
string
required

The unique UUID identifier of the employee