Get active user count

Any way of doing it without fetching the whole list of users? I already tried adding status=active to the parameters but it doesn’t seem to be filtering anything. The returned record count still equals the count of total users, including inactive and pending users.

Default is active. So without it will always pull only active. If you want inactive/pending you can specify those.