Aggregated statistics for a user profile
Properties
commentCount
integer
Optional
Total number of comments made
minimum: 0communityCount
integer
Optional
Number of communities subscribed to
minimum: 0membershipCount
integer
Optional
Number of communities with membership status
minimum: 0postCount
integer
Optional
Total number of posts created
minimum: 0reputation
integer
Optional
Global reputation score
View raw schema
{
"type": "object",
"properties": {
"postCount": {
"type": "integer",
"minimum": 0,
"description": "Total number of posts created"
},
"reputation": {
"type": "integer",
"description": "Global reputation score"
},
"commentCount": {
"type": "integer",
"minimum": 0,
"description": "Total number of comments made"
},
"communityCount": {
"type": "integer",
"minimum": 0,
"description": "Number of communities subscribed to"
},
"membershipCount": {
"type": "integer",
"minimum": 0,
"description": "Number of communities with membership status"
}
},
"description": "Aggregated statistics for a user profile"
}