List all users
List all your users
{
"pagination": {
"offset": 0,
"limit": 25,
"total": 36
},
"data": [
{
"uuid": "017916b5-a943-48ae-873c-3ef08de23c37",
"first_name": "Blair",
"middle_name": "Cassidy",
"last_name": "Dufresne",
"citizenship": "CM",
"dwolla_customer_url": null,
"email": "[email protected]",
"phone": "6166723456",
"address": {
"line_1": "5161 Stansfield Dr",
"line_2": null,
"line_3": null,
"zip": "18092",
"city": "Douala",
"region": "LT",
"country": "CAMEROON"
}
},
{...},
{...}
]
}Last updated