Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Discussion options

Can I list all the active users in my Organization?
Active users = Users with at least one code commit in the last 1 month.
I checked REST API and GraphQL , but didn't find any solution.

You must be logged in to vote

Replies: 2 comments

Comment options

You can use a search query to enter in the search bar on your GitHub page. By using the following query in the search bar, you can have the list of the commits since the given date (in the following example: since 31.12.2024):

org:ORGANIZATION_NAME type:commits committer-date:>2023-12-31

And then you have some options at the filter on the left (like commits, users, repos etc) and the sort filter on top right corner of the result list (like recently committed, etc).

You can save the query if you want by clicking "save" icon next to the sort filter. And the next time, you can just change the committer-date to see the latest results.

Maybe it's not the exact thing you are looking for but it's sure, it helps.

You must be logged in to vote
0 replies
Comment options

Hey @abjinugurxo 👋
We’re going through some older unanswered discussions and I know it’s been a while, but I wanted to check in and see if you were able to get this sorted out.

If @murat-yasar’s reply helped you solve the issue, could you mark their response as the answer?
Marking an answer highlights the comment and its replies, making it easier for future visitors to quickly find what worked.

image

Thank you very much!

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Organizations Shared accounts where businesses and open-source projects can collaborate across many projects Enterprise Discussions related to GitHub Enterprise Cloud, Enterprise Server and Organizations
3 participants
Morty Proxy This is a proxified and sanitized view of the page, visit original site.