Create a new employee/contractor
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Required when using a Platform API token. The tenant key identifying which business to operate on.
Create person request payload
Person's first name
"John"
Person's last name
"Doe"
Person's email
Address
Person's compensation information, how much will they get paid, currency and frequency
Person's phone number
Optional metadata you can store as key-value pairs
{
"customField1": "value1",
"customField2": "value2"
}
Business name, required if contractor type is business
"Wayne Enterprise"
Type of the person, we allow contractors and employees
EMPLOYEE, CONTRACTOR "CONTRACTOR"
Type of the contractor, only required if person is a contractor type, we allow individual and business type contractors
INDIVIDUAL, BUSINESS "INDIVIDUAL"
Person's job information, start date, job title, and employee number
create person response
"8ef9a712-cdae-4110-b1ea-9ba95abbee6e"