list_learner_path_enrollments
Retrieve the learning paths a learner is enrolled in by providing their Skilljar user ID. Use this to verify path-level enrollment, distinct from individual course enrollments.
Instructions
Which learning paths a learner is enrolled in.
`user_id` is the learner's Skilljar id - the same value v2's `list_students`
returns.
This is enrolment in the PATH, which is separate from enrolment in the courses
inside it: a learner can be enrolled in a path and have started none of it, or
have completed courses without ever joining the path. For per-course progress use
`list_learner_progress`.
Requires `CSA_SKILLJAR_V1_API_KEY`, a separate credential from the v2 client.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | Yes | ||
| page | No | ||
| rows | Yes | ||
| total | No | ||
| has_more | No | ||
| next_page | No |