Profile Members
Property | Required | Type | Description |
---|---|---|---|
firstName | No | string | 50 character max |
lastName | No | string | 50 character max |
birthDate (DEPRECATED) | No | long | Number of milliseconds from 1970-01-01T0:0:0Z as measured in UTC until the date/time |
birthDateYYYYMMDD | No | string | Birth Date in "yyyy-mm-dd" format |
No | string | Email address of the user who is verifying. 256 character max | |
postalCode | No | string | If US, numeric-5 postal code |
phone | No | string | In the full international format (e.g. "+17024181234") |
partnerDefinedUniqueID | No | string | Unique 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)",
}