A Python tool for auditing and managing user identity links within GitHub organizations and wrapping it all up in a good looking readable table.
+------------------+------------------------+------------------------+
| Login | SAML Name ID | SCIM Username |
+------------------+------------------------+------------------------+
| None | [email protected] | None |
| Frankenstein | [email protected] | None |
| BrideofFrank | [email protected] | [email protected] |
| FreddyKrueger | [email protected] | [email protected] |
| NormanBates | [email protected] | [email protected] |
+------------------+------------------------+------------------------+
python script.py <Org Name> <Access Token>