How do I create a list of all Github admins?

jdowdy
jdowdy ✭✭✭✭✭
I'd like a list of all Github Admins so that I can review it periodically. How do I do that?

Best Answer

  • dcpeach
    dcpeach ✭✭✭✭✭
    edited June 2022 Answer ✓
    You can generate a list of all Github Admins with the following query:

    FIND github_user WITH role="ADMIN"

    Additionally, you could create a customized dashboard with this query. That way the query will run automatically and the results will update every time the integration job is run. More information about creating customized dashboards can be found here- https://try.jupiterone.com/blog/how-to-create-customized-dashboards

This Month's Leaders