Skip to main content
PUT
Update person type

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-MultiTenantKey
string

Required when using a Platform API token. The tenant key identifying which business to operate on.

Path Parameters

personId
string<uuid>
required

The unique identifier for the person

Body

application/json
newType
enum<string>
required

The new employment type for the person

Available options:
EMPLOYEE,
CONTRACTOR
Example:

"CONTRACTOR"

compInfo
object

Optional compensation for the new type. If omitted, incompatible compensation is auto-converted (salaried becomes net, fixed becomes net).

Response

Person type updated successfully