POST /learningpaths/enrollments/
Description
Enrolls a user into a learningpath.
Endpoints
POST /learningpaths/enrollments/{learningpath-id}/users/{user-id}/
Parameters
none
Notes
user-id
must exist and be active
can not already be enrolled in the learning pathuser-id
learningpath-id
must exist
Returns
status, learningpath_id, user_id
on success.{
"status": "200",
"learningpath_id": "9",
"user_id": "2"
}