Create a new contact

Creates a new contact for the organization

Authentication

AuthorizationBearer
API Key authentication using Bearer token

Request

Body
customerIdstringRequired
emailstringRequiredformat: "email"
firstNamestringOptionalDefaults to
lastNamestringOptionalDefaults to
phonestring or nullOptional
billingAddressobjectOptional
externalIdstring or nullOptional
roleslist of enumsOptional

Response

201
idstring
customerIdstring
firstNamestring
lastNamestring
emailstring
phonestring or null
externalIdstring or null
roleslist of enums
createdAtdatetime
updatedAtdatetime
billingAddressobjectOptional

Errors

400
Bad Request Error
403
Forbidden Error
500
Internal Server Error