Hi all, is there a way through the API to detect when a student withdrew? Or their role change history?
@Eric EskildsenSo, yeeess?? But it's not perfect.
The Users enrollments by year endpoint will return that data. Unfortunately, we don't have a “by user” version yet. So, you'd have to call it for each year (finding the student each time) to get the year that has the depart_date populated or the graduated Boolean set.
@Stephen Boyle Hey, that's great. Thanks!