I looked for a way to retrieve all users on our GitHub enterprise installation but could not find it where I looked for it first GitHub.listAllUsers().
So I had to work around it like
GitHub.searchUsers().type("user").list()
maybe the same scenario is encountered by others and might be addressed in a general way.
I looked for a way to retrieve all users on our GitHub enterprise installation but could not find it where I looked for it first
GitHub.listAllUsers().So I had to work around it like
GitHub.searchUsers().type("user").list()maybe the same scenario is encountered by others and might be addressed in a general way.