How does one return ALL the users, including DELETED, via API?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2018
11:47 AM
I'm attempting to create a full local mirror of our Canvas instance. A problem I am running into is I cannot figure out how to return ALL users through a GET call, including ones who have been deleted. It will only bring in current active users.
I've checked the USER API Documentation on the API website for a flag to set, to no avail.
Any help would be appreciated.
Solved! Go to Solution.
1 Solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2018
02:49 PM
Note that you can run reports via the API (Account Reports - Canvas LMS REST API Documentation), so you can still automate this if you use a report to get the users.