The user object

Attributes

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)

email string The user's email address

phone string The user's phone number. Must be a valid number

address string The user's address, in the form of:

The user object

{
    "uuid": "2acf04c3-48d1-456f-a54e-1m4251814478",
    "first_name": "Blair",
    "middle_name": "Cassidy",
    "last_name": "Dufresne",
    "citizenship": "CM",
    "dwolla_customer_url": null,
    "email": "[email protected]",
    "phone": "+237672345876",
    "address": {
        "line_1": "5161 Stansfield Dr",
        "line_2": null,
        "line_3": null,
        "zip": "18092",
        "city": "Douala",
        "region": "LT",
        "country": "CAMEROON"
    }
}

Last updated