Action: Find contacts
Searches for one or more contact or organization records in iMIS by certain criteria.
Note: Supports Pagination and Search Filters.
Inputs
| First Name |
Contact's first name (supports filters) |
string |
| Last Name |
Contact's last name (supports filters) |
string |
| Full Name |
Contact's full name (supports filters) |
string |
| Primary Email |
Contact's primary email address (supports filters) |
string |
| Member Type Code |
Contact's member type code (supports filters) |
string |
| Company Name |
Contact's organization name (supports filters) |
string |
| Filter Record Types |
Filter record types (people, organizations) |
dropdown [All, People, Organizations] |
| Filter Deleted Status |
Filter deleted status (marked for deletion) |
dropdown [All, MarkedForDelete, NotMarkedForDelete] |
Outputs
value |
Contact List |
array[Contact] |
Contact:
| billingCategory |
Billing Category |
string |
| birthDate |
Birth Date |
string(date) |
| contactKey |
Contact Key |
string |
| contactType |
Contact Type |
string |
| email |
Email |
string |
| fax |
Fax |
string |
| firstName |
First Name |
string |
| functionalTitle |
Functional Title |
string |
| gender |
Gender |
string |
| homePhone |
Home Phone |
string |
| id |
iMIS ID |
string |
| informalName |
Informal Name |
string |
| isActive |
Is Active |
boolean |
| isMember |
Is Member |
boolean |
| joinDate |
Join Date |
string(date) |
| lastName |
Last Name |
string |
| majorKey |
Major Key |
string |
| memberType |
Member Type |
string |
| middleName |
Middle Name |
string |
| mobilePhone |
Mobile Phone |
string |
| name |
Name |
string |
| namePrefix |
Name Prefix |
string |
| nameSuffix |
Name Suffix |
string |
| organizationId |
Organization ID |
string |
| organizationName |
Organization Name |
string |
| paidThruDate |
Paid Thru |
string(date) |
| renewedThruDate |
Renewed Thru |
string(date) |
| status |
Status |
string |
| workPhone |
Work Phone |
string |