API 1
cURL
curl --request GET \ --url https://openapi.pleo.io/v1/employees/{employeeId} \ --header 'Authorization: Bearer <token>'
{ "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"
An employee has been returned
The unique UUID identifier of the employee
Employee first name
Employee last name
Email
Job title
Role
Phone number
Show child attributes
External Id
Team identifier
Was this page helpful?