Count Accounts

Count the total number of accounts

Count Accounts

GET https://abc.hoola.vn/manage/api/users/count-total-user

Query Parameters

// Response Code "00". Query successfully.
// Return data:
{
    "respCode": "00",
    "totalUser": 112,
    "msg": "Success"
}

Example:

// GET:
https://abc.hoola.vn/manage/api/users/count-total-user?token=sdhg23797sdbv9186jdvk58

Last updated