External DocumentationTo learn more, visit the Oracle Netsuite documentation.
Actions
Get Employee
Get the details of an employee.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Expand Sub Resources | Select to automatically include all sublists, sublist lines, and subrecords on this record in the response. |
| Fields | A comma-separated list of fields and sublists to include in the response. For example: companyName,email,entityId |
| ID | The ID of the employee to retrieve. |
| Simple Enum Format | Select to return enumeration values in a format that only shows the internal ID value. |
{
"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"
}
Was this page helpful?