Hello,
We are using api/v2/users (documented here) to count users given specific criteria. We are noticing that the include_totals gets limited to 1,000 even if there are more (forum post and limitations documentation). I looked over the solutions in the limitations section, but I don’t really think they will work for us. I can give a little more background on our use case:
We store users’ “organization” in app_metadata so we know which internal organization they belong to. For some organizations, we charge per user. We were hoping to have a quick way to query for the total so we can bill our users every month. In the limitations section, it mentions using Bulk User Exports which honestly feels like overkill for just checking one total value.
Is there a better way to fetch this information?
Thank you,
David