Canvas LMS REST API: get course users sort not working

theaht123
Community Explorer

According to the documentation for endpoint https://canvas.instructure.com/doc/api/courses.html#method.courses.users :

GET /api/v1/courses/:course_id/users

it is possible to add  request parameter sort=last_login like this:

GET /api/v1/courses/:course_id/users?enrollment_type[]=student&sort=last_login

however this returns a 500 internal server error.

Is this scheduled to be fixed? Is there an estimate for when it will be working?

Labels (1)
0 Likes