curl --request GET \
--url https://api.wirespeed.co/directory/stats \
--header 'Authorization: Bearer <token>'{
"totalCount": 123,
"containedCount": 123,
"enabledCount": 123,
"disabledCount": 123,
"userTypes": [
{
"type": "VIP",
"count": 123
}
],
"integrations": [
{
"integrationId": "<string>",
"platform": "aws",
"count": 123
}
]
}curl --request GET \
--url https://api.wirespeed.co/directory/stats \
--header 'Authorization: Bearer <token>'{
"totalCount": 123,
"containedCount": 123,
"enabledCount": 123,
"disabledCount": 123,
"userTypes": [
{
"type": "VIP",
"count": 123
}
],
"integrations": [
{
"integrationId": "<string>",
"platform": "aws",
"count": 123
}
]
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
User statistics including counts by type, status, and source
Total number of managed users
Number of contained users
Number of enabled users
Number of disabled users
User counts by tag. Tags are non-exclusive; a user can appear in multiple types. "Other" counts users with none of the tracked tags.
Show child attributes
User counts by integration source
Show child attributes