Profile Members

PropertyRequiredTypeDescription
firstNameNostring50 character max
lastNameNostring50 character max
birthDate (DEPRECATED)NolongNumber of milliseconds from 1970-01-01T0:0:0Z as measured in UTC until the date/time
birthDateYYYYMMDDNostringBirth Date in "yyyy-mm-dd" format
emailNostringEmail address of the user who is verifying. 256 character max
postalCodeNostringIf US, numeric-5 postal code
phoneNostringIn the full international format (e.g. "+17024181234")
partnerDefinedUniqueIDNostringUnique identifier passed by Patner and returned in all responses by PRIVO.

Sample request body:

{
    "firstName": "Mickey",
    "lastName": "Moose",
    "birthDate": 18000000,
    "email": "jdoe@someemail.com",
    "partnerDefinedUniqueID": "(some_identifier)",
}