Suchith
6 years agoAce
API V1 and V2 returning different result.
Hi,
I wanted to check total number of users in our community. I did both V1 and V2 calls and Results are attached.
API v1:
/users/count
<response status="success">
<value type="int">89805</value>
</response>
API v2:
select count(*) from users
{
"status": "success",
"message": "",
"http_code": 200,
"data": {
"count": 60750
},"metadata": {}
}
Why I am getting difference in user count.
Thanks,