Workers
Create a worker
Add a team member or vendor to Plane.
POST
/
workers
Parameters
The worker’s primary employment type, one of employee
, contractor
or vendor
.
The company-assigned employee number. Optional.
An object with names associated with this worker.
The primary email address of this worker.
The worker’s job title.
Returns
Returns the Worker object after successful worker creation. Returns an error code if create parameters are invalid.
Was this page helpful?