get_courses_enrollments_user
Retrieve a paginated list of course enrollments for a user by ID or email, including enrollment details and status.
Instructions
🟢 READ-ONLY · Users · GET /v2/users/{id}/courses
Get courses (enrollments) of user
Returns a list with all course enrollment data of the specified user. The list is paginated, with a limit of 50 course enrollments per page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | User Id or email (encoded string) | |
| 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 |