Skip to content

Employee details.

GET
/v1/HR/employees/{guid_employee}

Requires the scope read:employee.

Autorisations

Bearer

JWT Authorization header using the Bearer scheme.

TypeHTTP (Bearer)

Paramètres

Paramètres de chemin

guid_employee*
Typestring
Requis
Format"uuid"

Réponses

OK

application/json
JSON
{
"guid_employee": "string",
"id_employee": 0,
"reference_number": 0,
"salutation_code": "string",
"last_name": "string",
"preferred_last_name": "string",
"first_name": "string",
"preferred_first_name": "string",
"department_code": "string",
"department_service": "string",
"affiliated_company": "string",
"id_manager": 0,
"job_title": "string",
"payroll_number": "string",
"category_code": "string",
"contract_type_code": "string",
"status_code": "string",
"status_position": "string",
"status_factor": "string",
"birth_date": "string",
"birth_city": "string",
"birth_country": "string",
"nationality": "string",
"resident_permit_number": "string",
"resident_permit_expiration_date": "string",
"business_landline_phone": "string",
"personal_landline_phone": "string",
"business_mobile_phone": "string",
"personal_mobile_phone": "string",
"business_email": "string",
"personal_email": "string",
"address": "string",
"postal_code": "string",
"city": "string",
"country": "string",
"social_security_number": "string",
"emergency_contacts": "string",
"start_date": "string",
"end_date_trial_first_period": "string",
"end_date_trial_second_period": "string",
"departure_date": "string",
"departure_estimated_date": "string",
"mission1": "string",
"mission2": "string",
"mission3": "string",
"mission4": "string",
"mission5": "string",
"mission6": "string",
"skills": "string",
"is_salesperson": true,
"is_consultant": true,
"has_timesheets": true,
"timesheets_frequency_code": 0,
"has_portal_access": true,
"exclude_from_directory": true,
"meal_vouchers_count": 0,
"use_vehicle": true,
"vehicle_type_code": "string",
"vehicle_tax_horsepower_code": "string",
"vehicle_registration_number": "string",
"vehicle_price_per_km": 0,
"has_overtime": true,
"activity_rate": 0,
"id_entity": 0,
"is_standby": true,
"created_on": "string",
"created_by": 0,
"modified_on": "string",
"modified_by": 0,
"validated_on": "string",
"validated_by": 0
}

Playground

Serveur
Autorisation
Variables
Clé
Valeur

Exemples

cURL
JavaScript
PHP
Python