You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: