---
title: "Search"
method: POST
path: "/WorkplaceSearch"
---

# Search

`POST /WorkplaceSearch`

## Headers

- `galaxy-ap-name` string
- `galaxy-ap-password` string
- `galaxy-search-type` string
- `galaxy-client-session-id` string
- `galaxy-client-type` string

## Request body

- object
  - `RAW_BODY` string, json

## Response `200`

200

- object
  - `workplaceRecords` object[]
    - `requestId` integer
    - `tahoeIdMatches` object[]
    - `tahoeAppend` unknown
    - `ssn` string
    - `fullName` string
    - `salutation` string
    - `firstName` string
    - `middleName` string
    - `lastName` string
    - `suffix` string
    - `professionalTitles` string
    - `names` object[]
      - `prefix` string
      - `firstName` string
      - `middleName` string
      - `lastName` string
      - `suffix` string
      - `ssn` string
      - `fullName` string
    - `addresses` object[]
    - `phoneNumbers` object[]
    - `phoneTypes` object
      - `desk` string
      - `corporate` string
      - `cell` string
    - `emailAddresses` object[]
    - `companies` object[]
    - `education` object[]
      - `school` string
      - `schoolMatch` string
      - `degree` string
      - `degreeMatch` string
      - `major` string
      - `startDate` string
      - `schoolStartDate` string
      - `endDate` string
      - `schoolEndDate` string
    - `currentEmployment` object[]
      - `employer` string
      - `jobTitle` string
      - `level` string
      - `department` string
      - `houseNumber` string
      - `streetDirection` string
      - `streetName` string
      - `streetType` string
      - `streetPostDirection` string
      - `unitType` string
      - `unitNumber` string
      - `city` string
      - `state` string
      - `zip` string
      - `zip4` string
      - `county` string
      - `longitude` string
      - `latitude` string
      - `startDate` string
      - `endDate` string
      - `duration` string
      - `professionalTitles` string[]
      - `headquarters` string
      - `type` string
      - `parentIndustry` string
      - `industry` string
      - `status` string
      - `email` string
      - `website` string
      - `companySocialUrl` string
      - `crunchBaseURL` string
      - `founded` string
      - `malePercent` string
      - `femalePercent` string
      - `medianAge` string
      - `medianTenure` string
      - `size` string
      - `socialFollowers` string
      - `revenueRange` string
      - `sicCode` string
      - `sicDescription` string
      - `naics` string
      - `naicsDescription` string
      - `naicsDescription2digit` string
      - `naicsDescription3digit` string
    - `personLocation` object[]
      - `city` string
      - `state` string
      - `qualityOrder` integer
    - `workExperience` object[]
      - `expJobOrder` integer
      - `expJobTitle` string
      - `expCompanyProfileURL` string
      - `expCompany` string
      - `expCompanyDetails` string
      - `expStartDate` string
      - `expEndDate` string
      - `expDuration` string
      - `company` object
        - `companyId` integer
        - `companyName` string
        - `companyHouseNumber` string
        - `companyStreetDirection` string
        - `companyStreetName` string
        - `companyStreetType` string
        - `companyStreetPostDirection` string
        - `companyUnitType` string
        - `companyUnitNumber` string
        - `companyCity` string
        - `companyState` string
        - `companyZipCode` string
        - `companyZip4` string
        - `longitude` string
        - `latitude` string
        - `companyCounty` string
        - `companyCountry` string
        - `companyParentIndustry` string
        - `companyIndustry` string
        - `companyType` string
        - `companyStatus` string
        - `companySize` string
        - `companyFounded` string
        - `companyWebSite` string
        - `companySocialUrl` string
        - `crunchBaseUrl` string
        - `companyMedianAge` string
        - `companyMedianTenure` string
        - `companyMalePercentage` string
        - `companyFemalePercentage` string
        - `companyEmail` string
        - `companyHeadQuarters` string
        - `companyAddress1` string
        - `companyAddress2` string
        - `fullAddress` string
        - `revenueRange` string
        - `sicCode` string
        - `sicDescription` string
        - `naics` string
        - `naicsDescription` string
        - `naicsDescription2digit` string
        - `naicsDescription3digit` string
        - `companyRoles` object[]
    - `impliedInfo` object[]
    - `miscInfo` object[]
    - `groups` object[]
    - `personUrls` string[]
    - `socialConnections` string
    - `certifications` object[]
    - `vendor` string
  - `counts` object
    - `searchResults` integer
  - `pagination` object
    - `currentPageNumber` integer
    - `resultsPerPage` integer
    - `totalPages` integer
    - `totalResults` integer
  - `searchCriteria` object[]
  - `totalRequestExecutionTimeMs` integer
  - `requestId` string
  - `requestType` string
  - `requestTime` string
  - `isError` boolean

## Other responses

- `400` — 400

---

[API](https://skmtc.dev/enformion/apis/enformiongo.md) · [All operations](https://skmtc.dev/enformion/apis/enformiongo/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/enformion/enformiongo/revisions/424aa9af7fd8/schema)
