List clients
List Clients (sub-users)
List all sub-users created.
GET METHOD
{{baseUrl}}api/v2/clients
Response
{
"status": true,
"content": {
"data": [
{
"pix": null,
"firstName": "Tyler",
"lastName": "James",
"dob": "2022/08/09",
"sex": "Male",
"address": null,
"city": null,
"state": null,
"stateCode": null,
"zipcode": null,
"country": "Nigeria",
"countryCode": "NG",
"mobileCode": "+234",
"mobile": "8080808080",
"userType": 1,
"companyName": "",
"activeStatus": true,
"activeReason": null,
"username": "H7X-1661093084",
"email": "[email protected]",
"level": 0,
"emailVerify": 1,
"kyc": {
"status": false,
"verificationLink": "https://signup.getmati.com/?merchantToken=629a22873eb640001c5dc1e0&flowId=62ebce4b06f1e1001c505dc7&metadata=%7B%22fixedLanguage%22%3A%22en%22%2C%22user_id%22%3A%22dawes%40boximail.com%22%2C%22userType%22%3A1%7D"
},
"created_at": "2022-08-21T14:44:44.000000Z",
"updated_at": "2022-08-21T14:44:44.000000Z"
},
{
"pix": null,
"firstName": "Dawe",
"lastName": "John",
"dob": "1998/05/23",
"sex": "Male",
"address": null,
"city": null,
"state": null,
"stateCode": null,
"zipcode": null,
"country": "Nigeria",
"countryCode": "NG",
"mobileCode": "+234",
"mobile": "8080808080",
"userType": 1,
"companyName": "+234",
"activeStatus": true,
"activeReason": null,
"username": "OQr-1661006675",
"email": "[email protected]",
"level": 0,
"emailVerify": 1,
"kyc": {
"status": true
},
"created_at": "2022-08-20T14:44:37.000000Z",
"updated_at": "2022-08-20T14:44:37.000000Z"
},
{
"pix": "",
"firstName": "Taofik",
"lastName": "Akinpelu",
"dob": "05-05-2004",
"sex": "Male",
"address": "Phase II,",
"city": "Ibadan",
"state": "Lagos",
"stateCode": "",
"zipcode": "23401",
"country": "Nigeria",
"countryCode": "NG",
"mobileCode": "+234",
"mobile": "8080808081",
"userType": 1,
"companyName": "",
"activeStatus": true,
"activeReason": null,
"username": "ce8-1649857950",
"email": "[email protected]",
"level": 0,
"emailVerify": 1,
"kyc": {
"status": true
},
"created_at": "2022-04-13T13:52:31.000000Z",
"updated_at": "2022-05-25T14:18:50.000000Z"
}
]
}
}
Updated almost 2 years ago