[ARCHIVED] [ARCHIVED] How to Download Pictures That are Uploaded to Canvas
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2022
09:27 AM
Hello,
I need to pull students photos from Canvas in order to create a sign in page for a program I am running. Every time I go into their profile and try and copy or save the photo, it either saves a grey avatar or it saves the entire page. Is there an easy way to pull photos from Canvas?
Thanks
Solved! Go to Solution.
1 Solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2022
10:35 AM
If you use the Users API (https://canvas.instructure.com/doc/api/users.html#method.users.api_show ), you can grab the user details with "GET /api/v1/users/:id", and the user object that is returned will include the URL for the avatar.
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.