Skip to main content

schemas-OrganizationContact

Key contact for an organization, including its identifier. The parent contact property is null when no contact is on file.

contactIdstringnullable
Example: contact_id
namestring
Example: Contact Name
emailstring
mobileNumberstring
Example: 1234567890
telephoneNumberstring
Example: 1234567890
schemas-OrganizationContact
{
"contactId": "contact_id",
"name": "Contact Name",
"email": "[email protected]",
"mobileNumber": "1234567890",
"telephoneNumber": "1234567890"
}