Audit log for user creation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2022
06:56 AM
Does Canvas when logged in as an admin have a way to see the audit log for user creation?
Solved! Go to Solution.
1 Solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2022
11:50 AM
Hello @rmccormack
I was able to look into this and I did not see a specific report that could be run to locate user creation as far as an audit log.
You could try to use API to look at when a user's account is created. I think the API call for that would look like this GET /api/v1/users/:id
Hopefully this helps!
-Colton