---
title: "Query Employer"
method: GET
path: "/alpha/employers/query"
tags: ["Employers"]
---

# Query Employer

`GET /alpha/employers/query`

## Query parameters

- `businessName` string

## Response `200`

OK

- EmployerQueryResponse
  - `code` 'OK' | 'CREATED' | 'INVALID_CREDENTIALS' | 'INVALID_PARAMETERS' | 'INVALID_TOKEN' | 'UNAUTHORIZED_ACCESS' | 'MISSING_RESOURCE' | 'REQUEST_LIMIT_EXCEEDED' | 'SERVER_ERROR' | 'UNSUPPORTED_METHOD' | 'SERVER_UNAVAILABLE' | 'TIME_LIMIT_EXCEEDED' — Request status code
  - `message` string — Message response to the request
  - `requestId` string — Unique ID that is added to the body of every response for easy traceability of the request in our logs.
  - `data` Employer[]
    - `businessName` string, required — Business Name
    - `shortName` string — Short Name
    - `registrations` EmployerRegistration[]
      - `number` string, required — Registration Number
      - `organization` string, required — Registering body or organization
      - `date` string, date — The date, yyyy-MM-dd
      - `scope` string — Registration Scope
      - `status` 'Registered' | 'Suspended' | 'Revoked' | 'Dissolved' | 'Delinquent' — Registration Status
    - `businessAddress` RefAddress — Address object
      - `fullAddress` string, nullable — Full address
      - `line1` string, nullable — Line 1 of street address
      - `line2` string, nullable — Line 2 of street address
      - `city` string, nullable — City
      - `region` string, nullable — Geographic region such as state or province
      - `zip` string, nullable — Post code
      - `country` 'AF' | 'AX' | 'AL' | 'DZ' | 'AS' | 'AD' | 'AO' | 'AI' | 'AQ' | 'AG' | 'AR' | 'AM' | 'AW' | 'AU' | 'AT' | 'AZ' | 'BS' | 'BH' | 'BD' | 'BB' | 'BY' | 'BE' | 'BZ' | 'BJ' | 'BM' | 'BT' | 'BO' | 'BQ' | 'BA' | 'BW' | 'BV' | 'BR' | 'IO' | 'BN' | 'BG' | 'BF' | 'BI' | 'KH' | 'CM' | 'CA' | 'CV' | 'KY' | 'CF' | 'TD' | 'CL' | 'CN' | 'CX' | 'CC' | 'CO' | 'KM' | 'CG' | 'CD' | 'CK' | 'CR' | 'CI' | 'HR' | 'CU' | 'CW' | 'CY' | 'CZ' | 'DK' | 'DJ' | 'DM' | 'DO' | 'EC' | 'EG' | 'SV' | 'GQ' | 'ER' | 'EE' | 'ET' | 'FK' | 'FO' | 'FJ' | 'FI' | 'FR' | 'GF' | 'PF' | 'TF' | 'GA' | 'GM' | 'GE' | 'DE' | 'GH' | 'GI' | 'GR' | 'GL' | 'GD' | 'GP' | 'GU' | 'GT' | 'GG' | 'GN' | 'GW' | 'GY' | 'HT' | 'HM' | 'VA' | 'HN' | 'HK' | 'HU' | 'IS' | 'IN' | 'ID' | 'IR' | 'IQ' | 'IE' | 'IM' | 'IL' | 'IT' | 'JM' | 'JP' | 'JE' | 'JO' | 'KZ' | 'KE' | 'KI' | 'KP' | 'KR' | 'XK' | 'KW' | 'KG' | 'LA' | 'LV' | 'LB' | 'LS' | 'LR' | 'LY' | 'LI' | 'LT' | 'LU' | 'MO' | 'MK' | 'MG' | 'MW' | 'MY' | 'MV' | 'ML' | 'MT' | 'MH' | 'MQ' | 'MR' | 'MU' | 'YT' | 'MX' | 'FM' | 'MD' | 'MC' | 'MN' | 'ME' | 'MS' | 'MA' | 'MZ' | 'MM' | 'NA' | 'NR' | 'NP' | 'NL' | 'AN' | 'NC' | 'NZ' | 'NI' | 'NE' | 'NG' | 'NU' | 'NF' | 'MP' | 'NO' | 'OM' | 'PK' | 'PW' | 'PS' | 'PA' | 'PG' | 'PY' | 'PE' | 'PH' | 'PN' | 'PL' | 'PT' | 'PR' | 'QA' | 'RS' | 'RE' | 'RO' | 'RU' | 'RW' | 'BL' | 'SH' | 'KN' | 'LC' | 'MF' | 'PM' | 'VC' | 'WS' | 'SM' | 'ST' | 'SA' | 'SN' | 'CS' | 'SC' | 'SL' | 'SG' | 'SX' | 'SK' | 'SI' | 'SB' | 'SO' | 'ZA' | 'GS' | 'SS' | 'ES' | 'LK' | 'SD' | 'SR' | 'SJ' | 'SZ' | 'SE' | 'CH' | 'SY' | 'TW' | 'TJ' | 'TZ' | 'TH' | 'TL' | 'TG' | 'TK' | 'TO' | 'TT' | 'TN' | 'TR' | 'XT' | 'TM' | 'TC' | 'TV' | 'UG' | 'UA' | 'AE' | 'GB' | 'US' | 'UM' | 'UY' | 'UZ' | 'VU' | 'VE' | 'VN' | 'VG' | 'VI' | 'WF' | 'EH' | 'YE' | 'ZM' | 'ZW' | 'null', nullable — 2 character alpha ISO-3166 codes
      - `latitude` string, nullable — Latitude coordinates
      - `longitude` string, nullable — Longitude coordinates
      - `type` 'Primary' | 'Secondary' | 'null', nullable, required — Whether address is primary or secondary
      - `tags` string[] — Address tags, such as primary or secondary, home or work, etc.
    - `isicCode` string — International Standard Industrial Classification Code
    - `isicSector` string — Sector
    - `psicCode` string — Philippine Standard Industrial Classification code
    - `psicIndustry` string — Industry
    - `contactPersons` EmployerContactPerson[]
      - `contactName` string — Contact Name
      - `position` string — Position
      - `contactEmail` string — Contact Email
      - `contactPhone` string — Contact Phone
    - `licenses` EmployerLicense[]
      - `licenseNumber` string, required — License Number
      - `licenseType` string, required — License Type
      - `licenseIssuedDate` string, date — The date, yyyy-MM-dd
      - `licenseStatus` string — License Status

## Changes

- **2026-04-07** (v1) `6ee094b51780` — 1 info
  - added the optional property `data/items/businessAddress/tags` to the response with the `200` status
- **2024-10-23** (v1) `b5d1c4e69089` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/smileapi/apis/smile-api/changes/alpha/employers/query/get.md)

---

[API](https://skmtc.dev/smileapi/apis/smile-api.md) · [All operations](https://skmtc.dev/smileapi/apis/smile-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/smileapi/smile-api/revisions/a4930eb49f4d/schema)
