Authorization: ********************curl --location 'https://prod.your-api-server.com/api/v1/employee/integration' \
--header 'Authorization: Bearer <token>'{
"count": 1,
"data": [
{
"id": 5,
"firstName": "Alexandre",
"middleName": "",
"lastName": "Oliveira",
"birthDate": "2000-01-01",
"gender": {
"id": 1
},
"maritalStatus": {
"id": 5
},
"photo": null,
"sign": null,
"signText": null,
"profile": "admin",
"documents": [
{
"id": 12,
"number": "89150449168",
"extras": null,
"type": {},
"dateHourCreated": "2026-06-22T15:48:01.000Z",
"dateHourChanged": "2026-06-22T15:48:01.000Z",
"dateHourDeleted": null
}
],
"contacts": {},
"user": null,
"occupations": null,
"iLaudoPassword": null,
"iLaudoSynchronized": false,
"iLaudoLastSynchronization": null,
"externalId": "1",
"simpleRecord": false,
"userCreated": {
"id": 1
},
"userChanged": {
"id": 1
},
"userDeleted": {
"id": null
},
"dateHourCreated": "2026-06-22T15:48:01.000Z",
"dateHourChanged": "2026-06-23T20:36:39.000Z",
"dateHourDeleted": null
}
]
}