# Discover member by social security number (SSN)

This method let's you retreive information on a member based on their SSN

Endpoint: GET /data-enrichment/ssn/{ssn}
Version: 4.3.2
Security: api_key

## Path parameters:

  - `ssn` (string, required)
    SSN number to lookup

## Response 200 fields (application/json):

  - `firstName` (string)
    Example: "firstName"

  - `lastName` (string)
    Example: "lastName"

  - `address` (string)
    Example: "Kongens gate 20"

  - `zip` (string)
    Example: "0010"

  - `city` (string)
    Example: "Oslo"

  - `gender` (string)
    Example: "Male"

  - `birthDate` (string)
    Example: "1955-12-16T00:00:00"

  - `extendedProperties` (object)

  - `extendedProperties.additionalProp1` (string)

  - `extendedProperties.additionalProp2` (string)

  - `extendedProperties.additionalProp3` (string)


## Response 400 fields

## Response 401 fields

## Response 403 fields
