Create a new work-contract.
There are two possible scenarios:
POST /api/v3/users?contract=true
: this will create the user and his contract. You may then need to PATCH the contract that was thus created in order to set additional data.POST /api/v3/users?contract=false
: this will create the user without a contract. It will therefore be essential to create your contract via a POST on the contracts API.API key. Value must be formatted like so: lucca application={api_key}
.
OK
The response is of type object
.