{
"firstName": "John",
"lastName": "Doe",
"email": "john.doe@fakeemail.com",
"emailType": "Corporate",
"secondaryEmail": null,
"genderType": null,
"phone": "15615557689",
"birthDate": null,
"roles": [
"364a9c0d-354f-48e7-bf4a-090260762b7d"
],
"positions": [
"2bbf6578-5b23-45ba-a325-a8e5b9849efe"
],
"payType": "Salary",
"sendInvite": false,
"tags": [],
"payValue": null,
"physicalAddress": {
"address": "6 Edgeboro Rd",
"address2": "",
"zipCode": "31520",
"stateId": "32e126fa-ae89-493d-a5d5-17f96d400a49",
"countyId": "abe5fdb3-5fe8-41ca-adf8-c20ed7b84fe1",
"cityId": "b357d428-ebd8-474b-99d8-6a7140d5a265"
},
"customFields": [],
"tagIds": []
}curl --location --request POST 'https://publicapi.taskmaverick.com/organization/employees' \
--header 'x-api-key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"firstName": "John",
"lastName": "Doe",
"email": "john.doe@fakeemail.com",
"emailType": "Corporate",
"secondaryEmail": null,
"genderType": null,
"phone": "15615557689",
"birthDate": null,
"roles": [
"364a9c0d-354f-48e7-bf4a-090260762b7d"
],
"positions": [
"2bbf6578-5b23-45ba-a325-a8e5b9849efe"
],
"payType": "Salary",
"sendInvite": false,
"tags": [],
"payValue": null,
"physicalAddress": {
"address": "6 Edgeboro Rd",
"address2": "",
"zipCode": "31520",
"stateId": "32e126fa-ae89-493d-a5d5-17f96d400a49",
"countyId": "abe5fdb3-5fe8-41ca-adf8-c20ed7b84fe1",
"cityId": "b357d428-ebd8-474b-99d8-6a7140d5a265"
},
"customFields": [],
"tagIds": []
}'{
"id": "6864bca3-e372-4a07-8e90-71f61638dd26",
"recordVersion": 0
}