get_users_per_course
Retrieve all users enrolled in a specific course, sorted by most recent creation, with paginated results for easy browsing.
Instructions
🟢 READ-ONLY · Courses · GET /v2/courses/{id}/users
Get all users per course
Retrieves all the users enrolled in the course specified by the provided course id. The users are in sorted order, with the most recently created user appearing first, and the list is paginated, with a default limit of 20 users per page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Course id | |
| page | No | Filter by the page number. In case page number is higher than the maximum one, the results of last page will be returned | |
| items_per_page | No | Filter by the items per page number |