The Instructure Community will enter a read-only state on November 22, 2025 as we prepare to migrate to our new Community platform in early December.
Read our blog post for more info about this change.
Does Canvas when logged in as an admin have a way to see the audit log for user creation?
Solved! Go to Solution.
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
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
Community helpTo interact with Panda Bot, our automated chatbot, you need to sign up or log in:
Sign inTo interact with Panda Bot, our automated chatbot, you need to sign up or log in:
Sign in
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.