Skip to main content

Get Employee

Retrieve a single employee.

Parameters

ParameterDescription
Employee IDThe ID of the employee.

Example Output

{
"data": {
"additionalFields": [
{
"name": "Custom Field",
"source": "SomeCustomField__c",
"value": 24
}
],
"currentEmployment": {
"active": true,
"endDate": "2018-01-01",
"jobTitle": "Finance Assistant",
"name": "2019.02 #35",
"startDate": "2018-01-02"
},
"emailAddress": "Charles.Hamilton@DemoCompany.com",
"firstName": "Charles",
"fullName": "Chuck Hamilton",
"hrDepartment": "Finance",
"id": "a2G7E000000LlIDUA0",
"lastName": "Hamilton",
"workAddress": {
"city": "Reading",
"country": "United Kingdom",
"line1": "Hoover Bldg",
"line2": "12 MainSt",
"line3": "Hampstead Heath",
"name": "Work location 44",
"postalCode": "R11 2YY",
"region": "Berkshire"
}
},
"version": "4.7"
}

Workflow Library Example

Get Employee with Sage Hr and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop