Community API v1: filter registered users to get real numbers
Hi everyone!!
I was playing with v1 of the Community API to create some custom components and I was trying to display the total members registered.
I found out that the query https://COMMUNITY/restapi/vc/users/registered/count returns me a bigger number than the one I see in my metrics in the Studio zone.
I was thinking if there is a way to filter this by registered and not erased members, to get the current total registered members. I know I also have some SSO members that haven't finished the registration so I also would like to not count them as full registered members.
I have not found in the documentation a way to get more specific counts so I was hoping to know if anyone has any ideas about this.
Sorry if I am missing the point here but why not just use APIv2? Select count(*) from users will get you what you need.