Get the details of an employee.

External Documentation

To learn more, visit the Oracle Netsuite documentation.

Parameters

ParameterDescription
Expand Sub ResourcesSelect to automatically include all sublists, sublist lines, and subrecords on this record in the response.
FieldsA comma-separated list of fields and sublists to include in the response.

For example:
companyName,email,entityId
IDThe ID of the employee to retrieve.
Simple Enum FormatSelect to return enumeration values in a format that only shows the internal ID value.

Example Output

{
	"accountNumber": "EMP001",
	"adpid": "ADP12345",
	"alienNumber": "A12345678",
	"approvalLimit": 5000.00,
	"approver": {
		"id": "1234",
		"name": "Jane Smith"
	},
	"baseWage": 75000.00,
	"baseWageType": {
		"id": "annual",
		"refName": "Annual Salary"
	},
	"birthdate": "1985-06-15",
	"bonusTarget": 10000.00,
	"department": "engineering"
}

Workflow Library Example

Get Employee with Oracle Netsuite and Send Results Via Email

Preview this Workflow on desktop