Get members count by filter

Retrieve a count of members based on provided filters

Required scopes: flex.community.members.read

Path Params
string
required

organization slug

Query Params
string

Filter by the member id.

string

Filter by the name of the member. This returns a result only if the name is an exact match.

string

Filter by the email of the member. This returns a result only if the email is an exact match.

string

Filter by the location id of the member.

string

Filter by the company id of the member.

string
enum

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
Allowed:
boolean

Filter by whether the member is the billing person for their company.

string

Support date comparison filters: $gt, $gte, $lt, $lte

string

Filter by the modified date. Supports date comparison filters: $gt, $gte, $lt, $lte

string

Filter by custom properties. Uses deepObject style in query. Only string values are supported.

string
enum

The field to count by

Allowed:
Response

Language
Credentials
OAuth2
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json