> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Employee

Get the details of an employee.

<Note>
  External Documentation

  To learn more, visit the [Oracle Netsuite documentation](https://system.netsuite.com/help/helpcenter/en_US/APIs/REST_API_Browser/record/v1/2024.2/index.html#tag-employee).
</Note>

## Parameters

<div className="integrations-table">
  | 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.<br /><br />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.                                         |
</div>

## Example Output

```json theme={"dark"}
{
	"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](https://library.blinkops.com/workflows/get-employee-with-oracle-netsuite-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/get-employee-with-oracle-netsuite-and-send-results-via-email/canvas" />
</div>
