post https://{hostname}/entity.count
Returns the number of user profiles in an entity type that meet the specified criteria. For example, you might return the number of users who live in France or the number of users who work for Akamai.
Response
Returns the number of user profiles in an entity type that meet the specified criteria. For example, you might return the number of users who live in France or the number of users who work for Akamai.
xxxxxxxxxx
curl --request POST \
--url https://hostname/entity.count \
--header 'accept: application/json' \
--header 'content-type: application/x-www-form-urlencoded'
xxxxxxxxxx
{
"total_count": 15,
"stat": "ok"
}