Forum Discussion
Hi ann_eav ,
Please look for the following API:
https://COMMUNITY/restapi/vc/users/registered/count
Please Give Kudos if you find this post useful and also mark this as Accepted Solution if this is the required solution.
Regards
Tarun Kumar
Thanks for the quick reply!!
Sorry, I misspelt the endpoint, I was talking about the registered one.
If a user has made SSO to our Community but they have abandoned the process before setting a username, the Count counts them as a registered user, and not as an incomplete one, and I think that's my main problem to have a difference between my metrics and this endpoint.
So that why I am asking if there's any way to filter by login field not empty or something like that.
The result of the endpoint:
<response status="success">
<value type="int">1138</value>
</response>
The result of my metrics dashboard (from the start of the Community until today):
- allensmith815 years agoBoss
Sorry if I am missing the point here but why not just use APIv2? Select count(*) from users will get you what you need.
- ann_eav5 years agoAce
Thank you, the filter option is still missing but it seems that the version 2 autofilters the users without a login
Related Content
- 5 years ago
- 10 days ago
- 2 months ago
- 3 years ago