Get multiple accounts' information
Get multiple accounts' information
Query Parameters
Name
Type
Description
// Response Code "00". Query successfully.
// Return data:
{
"respCode": "00",
"users": [
{
"_id": "73chhLtPnxpPoekrx",
"createdAt": "2021-05-27T08:38:15.067Z",
"username": "vuvanhoang",
"emails": [
{
"address": "[email protected]",
"verified": false
}
],
"profile": {
"name": "Vu Van Hoang"
},
"myCourses": [
{
"courseId": "wSZpqbtWowmpLC68L",
"activatedDate": "2021-05-29T06:19:24.107Z",
"expiredAt": "2121-05-05T06:19:24.107Z"
}
],
"myCart": [
{
"courseId": "vivPteJNNC2P94Es8",
"status": "DELETED"
}
],
"myTransactions": [
"nTv5XgDMNcMLBuRM5"
]
},
{
"_id": "sWMDTaKwgdAqnLtYd",
"createdAt": "2021-05-27T08:35:38.162Z",
"username": "userAPI48",
"emails": [
{
"address": "[email protected]",
"verified": true
}
],
"profile": {
"name": "Tai khoan API 48",
"affUserType": "L1",
"tUid": ""
},
"myCourses": [],
"myCart": [
{
"courseId": "vivPteJNNC2P94Es8",
"status": "DELETED"
}
]
},
{
"_id": "jSYigdZhMMLY9yava",
"createdAt": "2021-05-27T07:15:01.150Z",
"username": "userAPI44",
"emails": [
{
"address": "[email protected]",
"verified": false
}
],
"profile": {
"name": "Tai khoan API 44"
},
"myCart": [
{
"courseId": "wSZpqbtWowmpLC68L",
"status": "DELETED"
}
]
}
],
"msg": "Success"
}Path Parameters
Name
Type
Description
Last updated