tsrisudh
8 years agoAdvisor
How to get count of users in rank
I did find an API to get count of users in each rank.
Can someone help with this
Sign in to react to this post
Hi tsrisudh,
You can use the following api to get count of users in each rank:
SELECT count(*) FROM users WHERE rank.name = 'Community Manager'
Thanks,