Get
/accounts/count
Return the number of accounts in the system that match the filter conditions.
Security
Query parameters
filter
string
Filter criteria.
Responses
200
Return the number of accounts.
{
"count": 3
}object
count
integer
Example3