The user object
uuid string
Unique identifier for the object |
first_name string
The first name of the user |
middle_name nullable, string
The middle name of the user |
last_name string
The last name of the user |
citizenship nullable, string
The two-letter country code representing the citizenship of the user (ISO 3166-1 alpha-2) |
dwolla_customer_url nullable, string
The unique dwolla customer url, if using the dwolla API |
email string
The user's email address |
phone string
The user's 10-digit phone number. Must be a valid US number |
address string
The user's address, in the form of:{ "line_1": "5161 Stansfield Dr", "line_2": null, "line_3": null, "zip": "18092", "city": "Zionsville", "state": "PA", "country": "UNITED STATES" } |
{
"uuid": "2acf04c3-48d1-456f-a54e-1m4251814478",
"first_name": "Blair",
"middle_name": "Cassidy",
"last_name": "Dufresne",
"citizenship": "US",
"dwolla_customer_url": null,
"email": "[email protected]",
"phone": "+16166723456",
"address": {
"line_1": "5161 Stansfield Dr",
"line_2": null,
"line_3": null,
"zip": "18092",
"city": "Zionsville",
"state": "PA",
"country": "UNITED STATES"
}
}
Last modified 10mo ago