Search code examples
githubadminrights

GitHub - find out who removed user from an organization?


I work in a company that uses GitHub enterprise. Someone removed a user from an Organization. Is there a way for me, or anyone, to find out who was it that removed the user?

I imagine there is perhaps a log of user actions somewhere (that shows things like "user added" "user removed"), but I can't see anything of the sort.

Help highly appreciated.


Solution

  • There is actually an audit log for GitHub enterprise which you can export to track the events related to the user deletion.

    The audit log allows organization admins to quickly review the actions performed by members of your organization. It includes details such as who performed the action, what the action was, and when it was performed.

    https://help.github.com/articles/reviewing-the-audit-log-for-your-organization/