API Courses & Users
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2022
08:50 AM
I'm seeing a situation where a call to get a users' courses (GET /api/v1/users/:user_id/courses) disagrees with the call to get all users in a course (GET /api/v1/courses/:course_id/users). The first call says user 12345 is in course 67890, for example, but the second call does not list that user. Any idea why this would be?