Skip to main content

GetUserCountResponseBody

$schemauri

A URL to the JSON Schema for this object.

Example: https://example.com/schemas/GetUserCountResponseBody.json
countint64required

Total number of users matching the filters

GetUserCountResponseBody
{
"$schema": "https://example.com/schemas/GetUserCountResponseBody.json",
"count": 0
}