---
title: "Search by email address."
method: GET
path: "/search/emailaddress"
tags: ["Search API:Search"]
---

# Search by email address.

`GET /search/emailaddress`

Find candidates, contacts or users by email address.

## Query parameters

- `Email` string

## Response `200`

Candidates, contacts or users matching the specified email address

- MatchedByEmailAddressModel
  - `candidates` CandidateMatchedByEmailModel[], nullable — Top 5 most recently updated matching candidates
    - `match` MatchedEmailAddressModel
      - `type` 'Email' | 'OtherEmail', string
      - `email` string, nullable
    - `candidateId` integer
    - `firstName` string, nullable
    - `lastName` string, nullable
    - `email` string, nullable
    - `phone` string, nullable
    - `mobile` string, nullable
    - `updatedAt` string, date-time, nullable
    - `lastNoteAt` string, date-time, nullable
  - `contacts` ContactMatchedByEmailModel[], nullable — Top 5 most recently updated matching contacts
    - `match` MatchedEmailAddressModel
      - `type` 'Email' | 'OtherEmail', string
      - `email` string, nullable
    - `contactId` integer
    - `firstName` string, nullable
    - `lastName` string, nullable
    - `email` string, nullable
    - `phone` string, nullable
    - `mobile` string, nullable
    - `company` MatchedEmailAddressModelCompanyName
      - `companyId` integer
      - `name` string, nullable
    - `position` string, nullable
    - `updatedAt` string, date-time, nullable
    - `lastNoteAt` string, date-time, nullable
  - `users` UserMatchedByEmailModel[], nullable — Top 5 most recently updated matching users
    - `match` MatchedEmailAddressModel
      - `type` 'Email' | 'OtherEmail', string
      - `email` string, nullable
    - `userId` integer
    - `firstName` string, nullable
    - `lastName` string, nullable
    - `email` string, nullable
    - `phone` string, nullable
    - `mobile` string, nullable
    - `position` string, nullable
    - `inactive` boolean
    - `updatedAt` string, date-time, nullable

---

[API](https://skmtc.net/jobadder/apis/jobadder-api.md) · [All operations](https://skmtc.net/jobadder/apis/jobadder-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jobadder/jobadder-api/revisions/9f43f6a6ee6e/schema)
