Creates a new user object.
Username = api_key_id, Password = api_key_secret
Pre-fill Link's login screen with this first name.
Pre-fill Link's login screen with this last name.
Pre-fill Link's login screen with this email.
Invalid email addresses will cause the request to fail. We recommend client-side validation and retrying the request without the invalid email if you receive:
{
"email": [
"Enter a valid email address."
]
}Pre-fill Link's login screen with this phone number. E.164 international format recommended.
Invalid phone numbers will cause the request to fail. We recommend client-side validation and retrying the request without the invalid phone number if you receive:
{
"phone_number": [
"Enter a valid phone number."
]
}Social Security number.
Address of the user.
Date of birth of the user.
Any valid JSON.
Can be optionally included when ordering banking verifications.
Any string. Maximum 100 characters.