Create a user
Create a commercial user
POST
https://sandbox-api.com/v1/users
Returns the user object if successful. Returns an error if create parameters are invalid (e.g. specifying an invalid phone number or incorporation date). The EIN is not included in the response.
Request Body
address*
object
first_name*
string
The legal business name
email*
string
The business's email address.
entity*
enum
The type of business. Acceptable values:
'SOLE_PROPRIETORSHIP', 'GENERAL_PARTNERSHIP', 'LIMITED_PARTNERSHIP', 'CORPORATION', 'LIMITED_LIABILITY_COMPANY', 'LIMITED_LIABILITY_PARTNERSHIP'
asset_report_json_gzip
string
The user's Plaid asset report, gzipped with base64 encoding.
EIN*
string
phone*
string
The business's 10-digit phone number. Must be a valid US phone number.
user_type*
enum
Required to be set to business
for commercial users
key_people*
array
Last updated