Get employee from organization integrated with external benefits vendor

Get employee from organization integrated with external benefits vendor Token scopes: people:read

Authentication

AuthorizationBearer
## Authentication The Deel API uses bearer tokens to authenticate requests. All API calls must be made over HTTPS — calls over plain HTTP or without authentication will fail. ```curl curl -X GET 'https://api.letsdeel.com/rest/v2/contracts' \ -H 'Authorization: Bearer YOUR-TOKEN-HERE' ``` [Learn more about authentication](/api/authentication)
OR
AuthorizationBearer
Standard OAuth2 security scheme based on https://swagger.io/docs/specification/authentication/

Path parameters

idstringRequired
Id from the legal entity to fetch data
employee_idstringRequired
Employee id from the legal entity to fetch data

Query parameters

active_contractsbooleanOptionalDefaults to true
Fetch only active contracts for employees

Response

Successful operation.
idstring
Unique identifier for the employee.
phoneslist of objects
List of phone numbers associated with the employee.
statusstring
The employee status given his contracts.
addresseslist of objects
List of addresses associated with the employee.
contractslist of objects
List of contracts associated with the employee.
hire_datestring or null
Employee date of first contract.
work_emailstring or null
Employee work email address.
date_of_birthstring or null
Employee date of birth.
marital_statusenum
The marital status of the employee.
personal_emailstring or null
Employee personal email address.
document_numberstring
Document number of employee identification document.
legal_last_namestring
Employee legal last name.
legal_first_namestring
Employee legal first name.
legal_middle_namestring or null
Employee legal middle name.
takes_owners_drawboolean
Indicates if the employee takes an owner draw.
ownership_percentagedouble
The percentage of business ownership by the employee.

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error