Role Report

Hi,

I need to find out a way to achieve the following items in Gitlab, it would be great , if anyone share suggestions please:-

  • I need to get a report on how many people are holding developer and above role in any of the projects.
  • I need to Implement housekeeping script to inactivate developer role accounts after x months of inactivity.
  • I need to Pull out a list of all the users in respective projects and their roles, sorted by users.
    Is there an easy way to segregate between different user roles for people with commit access?

Please help me to find out these.

Thanks
Tanvika

@Tanvika A combination of the Members API and the Users API would be your best bet.