Update an existing employee with an employer

Update an existing employee with an employer

Path Params
string
required
string
required
Body Params
address
object

The address sub-element of the Employee element contains all data pertaining to Employee's physical address.

boolean

Indicates whether the employee has applied for an SSN. If true, socialSecurityNumber cannot be provided. If false, socialSecurityNumber is required. For updates, this field is optional.

date
required

Date of birth associated with a Employee.

string
required

Email address associated with a Employee.

employment
object
required

Current employment record

string
required

Employee's first name.

string
enum
Allowed:
uuid
string
required

Employee's last name.

string

Employee's middle name.

string
boolean

Allows employer to manage E-Verify cases manually via the E-Verify website directly. When true, employee will not be automatically sent to E-Verify when Form I-9 is completed.

string

Employee's Social Security Number. Must be exactly 9 digits. All non-numeric characters will be automatically removed before validation (for example, 123-45-6789 will be validated as 123456789). Required when appliedForSsn is false. Cannot be provided when appliedForSsn is true.

string

The phone number associated with a Employee. Required if remote verification (i9RemoteCounterSignAuthorized or i9RemoteReverificationAuthorized) is enabled.

Responses

404

Resource not found

Language
Credentials
Bearer
JWT
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
Jump to top