Search Contacts

Search contacts in your workspace

Geoff Mina avatar
Written by Geoff Mina
Updated over a week ago

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
}
]

Did this answer your question?