litmos_get_user_learning_paths
Get a user's assigned learning paths and their completion status, including percentage complete and dates.
Instructions
Get all learning paths assigned to a user and their completion status.
Args: params: UserIdInput with: - user_id (str): Litmos encrypted user ID
Returns: str: JSON array of learning path assignments: [{ "Id": str, "Name": str, "Active": bool, "Complete": bool, "PercentageComplete": float, "AssignedDate": str, "StartDate": str | null, "DateCompleted": str | null, "AccessTillDate": str | null }, ...]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |