Get list of users who have logged into Octopus in the last 3 months

I was wondering if there is a way to find out what users have logged into Octopus Deploy in the last 3 months. I am able get a list of users in Octopus by using an REST API call: Invoke-RestMethod “$OctopusUrl/api/users?take=500” -Headers $header. I cant see an API call to get user login activity. Just want to ask if anyone knows a way to do this?

Hi Mike,

Thanks for getting in touch!

Unfortunately, we don’t maintain a log of user logins at present, we only audit when changes are made by a user.
There have been some internal discussions around this recently (along with recording the IP address of the user) so it may be something that will change eventually, but no plans have been made as of yet.

Regards,
Paul

Ok. Thanks for the update

1 Like