management

Create a contact

Create a new contact

post/v2/contacts

Request body

organizationIdinteger

Organization identifier

firstNamestring

First name should be between 1 and 150 characters

lastNamestring

First name should be between 1 and 150 characters

emailstring required

Email address

phonestring

Contact Phone number

jobTitlestring

Job title should be between 0 and 150 characters

managerUuidstring uuid

UUID of the manager

Response

Contact created

idinteger
organizationIdinteger
uidstring uuid
firstNamestring
lastNamestring
emailstring
phonestring
jobTitlestring

Changes

Changed in 1 of the 2 revisions of this API.2

    • request body became required

      request-body-became-required

    • the request property email became required

      request-property-became-required