REST API: Retrieve First User Login Date

Darryl-Dev
Community Member

Is there a way to get the first login date of a user:

I looked at this:
https://canvas.instructure.com/doc/api/authentications_log.html

But it seems it only goes back a year?

Another idea was to use pageviews as it seems to go back right to the start of the user creation date, problem is this could end up pages long. I take it there is no way to ascend the pageviews api call with the start_date?
/api/v1/users/:user_id/page_views

Labels (1)
0 Likes