Skip to main content
POST

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Accept-Encoding
string

We can compress a response with gzip.

Example:

"gzip deflate"

API-Version
string

API API Version. See Versioning page for more details.

Example:

"2024-07-01"

Path Parameters

id
integer
required

An userId.

Example:

1

Body

application/json
postal_code
string
required

User's postal code

Minimum string length: 4
Example:

"03023"

date_of_birth
string

User's date of birth. Optional. Can be sent if it differs from the one specified during creation.

Example:

"1993-03-03"

Response

Returns Identity

equifax_id
string
required

Equifax internal ID of the user identity

Example:

"6308009234534"

first_name
string
required

Equifax user's first name

Example:

"John"

last_name
string
required

Equifax user's last name

Example:

"Smith"

date_of_birth
string
required

Equifax user's date of birth in /Month/Day/Year format

Example:

"1990-10-10"

email
string
required

Equifax user's email

Example:

"john_smith@email.com"

mobile_phone
string
required

Equifax user's mobile phone

Example:

"990909000"

masked_ssn
string

Equifax user's masked SSN. Only last 4 digits are provided.

Example:

"***-**-0909"

home_phone
string

Equifax user's home phone

Example:

"990909000"

addresses
object[]