GET Search Contacts​
Search contacts by name or email. Returns a lightweight object of contacts keyed by ID, suitable for dropdowns and autocomplete widgets. Optionally loads default contacts when no search term is provided.
Required capability: fcrm_read_contacts
Enforced by SubscriberPolicy::verifyRequest(), the policy default for this route group.
Authorizations​
WordPress Application Passwords — use Basic auth with your WordPress username and an application password in the format: username:application_password
Parameters​
Query Parameters
Search term to match against contact name and email.
Maximum number of results to return.
20If truthy and no search term is provided, returns the most recent contacts.
"true""false""1""0""yes"Array of contact IDs to always include in results (useful for pre-selected values).
Rows to skip before the first result. Combine with limit to page through matches.
0Responses​
Object of contacts keyed by contact ID.