> ## 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.

# Update Employee

Update an employee's record.

<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>

## Basic Parameters

<div className="integrations-table">
  | Parameter                 | Description                                                                                                                 |
  | ------------------------- | --------------------------------------------------------------------------------------------------------------------------- |
  | Account Number            | The account number assigned by the organization, your payroll service or your benefits provider.                            |
  | Comments                  | Additional information about the employee.                                                                                  |
  | Department                | The department the employee belongs to.                                                                                     |
  | Email                     | The employee's email address.                                                                                               |
  | First Name                | The employee's first name.<br /><br />**Note**: This parameter is required for employees using **Online Bill Pay**.         |
  | Give Access               | Give the employee access to NetSuite.                                                                                       |
  | Hire Date                 | The date the employee was hired.                                                                                            |
  | I-9 Verified              | Indicates if the employee has completed an I-9 form.                                                                        |
  | ID                        | The ID of the employee to update.                                                                                           |
  | Include in Payroll        | Select to include the employee in Payroll.                                                                                  |
  | Is Inactive               | Select to inactivate the employee record.                                                                                   |
  | Is Job Manager            | When selected, add the employee to the Project Manager dropdown list in the Primary Information section of project records. |
  | Is Job Resource           | When selected, the employee will be added as a resource on projects and tasks.                                              |
  | Is Sales Representative   | When selected, the employee will be listed as a sales representative.                                                       |
  | Is Support Representative | When selected, the employee will be listed as a support representative.                                                     |
  | Job Title                 | The employee's official job title.                                                                                          |
  | Last Name                 | The employee's last name.<br /><br />**Note**: This parameter is required for employees using **Online Bill Pay**.          |
  | Phone                     | The employee's phone number.<br /><br />**Note**: This parameter is required for employees using **Online Bill Pay**.       |
</div>

## Advanced Parameters

<div className="integrations-table">
  | Parameter                   | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
  | --------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | Additional Information      | A JSON object containing additional employee details.<br /><br />For example:<br /><pre><code>\{<br />  "basewage": 12345,<br />  "entityId": "id"<br />}</code></pre>This object should follow employee record structure as defined in [NetSuite's API documentation](https://system.netsuite.com/help/helpcenter/en_US/APIs/REST_API_Browser/record/v1/2024.2/index.html#tag-employee).<br /><br />**Note**: Specifying existing parameters (e.g., `First Name`) is forbidden when using this parameter. |
  | Alien Number                | The employee's alien number.<br /><br />**Note**: This parameter is required when the employee work status is Alien authorized to work.                                                                                                                                                                                                                                                                                                                                                                    |
  | Birthdate                   | The employee's date of birth.                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
  | Default Address             | The employee's default address.                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
  | Default Billing Address     | The employee's default billing address.                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  | Default Shipping Address    | The employee's default shipping address.                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  | Driver's License Number     | The employee's driver's license number.                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  | Employee Status External ID | The external ID of the employee status.                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  | Employee Status ID          | The ID of the current status of the employee.                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
  | Employee Status Ref Name    | The reference name of the employee status.                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
  | Fax                         | The employee's fax number.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
  | Mobile Phone                | The employee's mobile phone number.                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
  | Office Phone                | The employee's office phone number.                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
  | Salutation                  | The employee's salutation, such as `Mr.` or `Ms.`.                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
  | Social Security Number      | The employee's social security number in the format `123-45-6789`.                                                                                                                                                                                                                                                                                                                                                                                                                                         |
</div>

## Workflow Library Example

[Update Employee with Oracle Netsuite and Send Results Via Email](https://library.blinkops.com/workflows/update-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/update-employee-with-oracle-netsuite-and-send-results-via-email/canvas" />
</div>
