Endpoint: /action/contacts/search
Method: GET
Request Params:
query - (optional) - search string that can match first, last, or email
Response Body:
[
{
"id": "",
"accountId": 0,
"clientId": "",
"clientPortalUserId": 0,
"firstName": "",
"lastName": "",
"role": "",
"phone": "",
"email": "",
"mobile": "",
"notes": "",
"defaultContact": false,
"invoiceContact": false,
"portalAccess": false,
"importRecordId": "",
"sampleData": false
}
]