Creates a new user object. Includes a new user token in the response.
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.
Required for banking reports.
Address of the user.
Required for banking reports.
Date of birth of the user.
Required for banking reports.
Any valid JSON.
Must be an object {} when used for banking reports.
Used for banking reports.
Any string. Maximum 100 characters.