Count accounts by filter conditions

Prev Next
Get
/accounts/count

Return the number of accounts in the system that match the filter conditions.

Security
HTTP
Type bearer

OAuth access token. For details, read Obtain or refresh an OAuth token.

Query parameters
filter
string

Filter criteria.

Responses
200

Return the number of accounts.

{
  "count": 3
}
object
count
integer
Example3