User Management
Get user statistics
Get annotation statistics for a specific user
get/users/statistics/{username}
Path parameters
usernamestring required
Example:contributor
The username to get statistics for
Response
User statistics
Example response
{
"count": {
"annotations": 42
}
}