API 1
cURL
curl --request GET \ --url https://external.pleo.io/v2/employees/{employeeId} \ --header 'Authorization: Bearer <token>'
{ "data": { "companyId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "email": "<string>", "firstName": "<string>", "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "lastName": "<string>", "code": "<string>", "jobTitle": "<string>", "phone": "<string>" } }
Search for a specific employee by employee ID.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Enter the employee ID.
Employee resource found
Show child attributes