Count users matching filters

Count users in the database matching filters. Counts are capped at minimum (10k) and maximum (1M). Credits: 1 per request.

post/raw/users/count

Request body

Response

Count retrieved successfully

countinteger required

Number of matching records (may be capped or floored)

truncatedboolean

True if count was capped at maximum or floored at minimum

Changes

Changed in 2 of the 43 revisions of this API.12

  • 0d3c77ff90a711See the full diff
    • removed subschema #1 subschema #2 subschema #3 from the filters/allOf[UserFilter]/ request property anyOf list

      request-property-any-of-removed

    • added subschema #1 subschema #2 subschema #3 to the filters/allOf[UserFilter]/ request property anyOf list

      request-property-any-of-added

    • endpoint added

      endpoint-added