Skip to main content

OrganizationContact

email stringrequired

Email of the organization contact

Possible values: non-empty

firstName stringrequired

First name of the organization contact

Possible values: non-empty

Example: John
id stringnullable

Unique identifier of the organization contact

Example: U123456
lastName stringnullable

Last name of the organization contact

Example: Doe
phone stringrequired

Phone number of the organization contact

Possible values: non-empty

Example: 1505123456
phoneCountryCode stringnullable

Country code of the phone number of a Contact

Example: 1
OrganizationContact
{
"email": "[email protected]",
"firstName": "John",
"id": "U123456",
"lastName": "Doe",
"phone": "1505123456",
"phoneCountryCode": "1"
}