Authorization: Bearer ********************
curl --location --request GET 'http://dev-cn.your-api-server.com/api/users//statistics/role.json' \
--header 'Cookie: autologin_trustie=3acc38c27d61a347f5c16fbca2c4964b181a2f79'
{
"total_projects_count": 25,
"role": {
"owner": {
"count": 25,
"percent": 1
},
"manager": {
"count": 0,
"percent": 0
},
"developer": {
"count": 0,
"percent": 0
},
"reporter": {
"count": 0,
"percent": 0
}
}
}