Get an account's information
Get an account's information
GET
https://abc.hoola.vn/manage/api/user/get-single-user/:id
Path Parameters
Name
Type
Description
id
string
Account ID
Query Parameters
Name
Type
Description
token
string
Account Authentication Token
// Response Code "00".
// Return data:
{
"respCode": "00",
"user": {
"_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"
]
},
"msg": "Success"
}
Example:
// GET:
https://abc.hoola.vn/manage/api/users/get-single-user/124khsdkgh7574?token=kshfk295xkjvbk0929375knxcbvk9895792
Last updated
Was this helpful?