v1
latestOpenAPI 3.0.02026-07-24161215397.4 KBGet members count by filter
Retrieve a count of members based on provided filters
Required scopes: flex.community.members.read
Path parameters
organization slug
Query parameters
Filter by the member id.
Filter by the name of the member. This returns a result only if the name is an exact match.
Filter by the email of the member. This returns a result only if the email is an exact match.
Filter by the location id of the member.
Filter by the company id of the member.
The status of the member.
Filter by the status of the member. Accepts either a single status value or an array operator filter for multiple values.
Single value: status=active
Multiple values: status[$in]=active,pending
Available status values: active, former, pending, contact, not_approved, drop-in, lead
Filter by whether the member is the billing person for their company.
Support date comparison filters: $gt, $gte, $lt, $lte
Filter by the modified date. Supports date comparison filters: $gt, $gte, $lt, $lte
Filter by custom properties. Uses deepObject style in query. Only string values are supported.
The field to count by