Skip to content

How to track the login activity of any user through API #24351

Discussion options

You must be logged in to vote

Hi there,

There’s no result in the REST API specifically for the login event, but you can get general (public facing) user information at this address:

https://api.github.com/users/[USERNAME]

If you’re using the GRAPHQL API, you’ll want to check out this page for what information is available:

docs.github.com

Objects - GitHub Docs

Cheers,
Billy

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment