Skip to main content
POST
Create a worker

Parameters

string
required
The worker’s primary employment type, one of employee, contractor or vendor.
string
The company-assigned employee number. Optional.
object
required
An object with names associated with this worker.
string
required
The primary email address of this worker.
string
The worker’s job title.
string
Two-letter ISO country code (ISO 3166-1 alpha-2). Optional for contractors and vendors; required before inviting employees.

Returns

Returns the created worker ID. Retrieve the full Worker object with Get a worker. Returns an error code if create parameters are invalid.