Add number of users per access level in Namespaces API
Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.
Description
Service ping contains the number of users but we don't know the repartition between the different roles (Guest, Developer, ...).
To help us better understand how GitLab is used and make better decisions, we need to know how many users are in each access level.
Iterations:
-
Add user role counts to namespaces API (this issue) -
Instrument items for Service Ping to send back the data
Proposal
Add 5 new items in the Namespaces API:
user_guest_level_countuser_reporter_level_countuser_developer_level_countuser_master_level_countuser_owner_level_count
Suggestion
- Please note the implementation suggestion to utilize the namespace api for this work in order to obtain the data for both SM and SaaS in a consistent format: #17674 (comment 803529732)
Edited by 🤖 GitLab Bot 🤖