API 1
cURL
curl --request PUT \ --url https://openapi.pleo.io/v1/employees/{employeeId} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "firstName": "<string>", "lastName": "<string>", "email": "<string>", "jobTitle": "<string>", "phone": "<string>", "code": "<string>" } '
{ "id": "<string>", "firstName": "<string>", "lastName": "<string>", "email": "<string>", "jobTitle": "<string>", "role": "<string>", "phone": "<string>", "avatar": { "url": "<string>" }, "code": "<string>", "teamId": "<string>" }
Open API Bearer token
Unique UUID of the employee.
"0f0e000-000d-0d00-000b-00db0d000fae"
Employee first name
Employee last name
Email
Job title
Phone number
External Id
An employee has been returned
The unique UUID identifier of the employee
Role
Show child attributes
Team identifier