Retrieve a user

Retrieve a user's details

GET https://sandbox-api.stilt.com/v1/users/{user_id}

Returns the User object for a valid identifier.

Path Parameters

Name
Type
Description

user_id*

string

The uuid of the user

{
    "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": "+237676723456",
    "address": {
        "line_1": "5161 Stansfield Dr",
        "line_2": null,
        "line_3": null,
        "zip": "18092",
        "city": "Douala",
        "region": "LT",
        "country": "CAMEROUN"
    }
}

Last updated