[ARCHIVED] REST API: Retrieve First User Login Date
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2021
01:05 PM
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
This discussion post is outdated and has been archived. Please use the Community question forums and official documentation for the most current and accurate information.