Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Account OwnerAccount AdministratorsDepartment Administrators, or custom roles with the 'Can edit' access to the content item. 

Department Administrators and users with a custom role can edit the statuses of the courses assigned to the users belonging to the departments they manage and their sub-departments.

...

HeaderDescription
Authorization (required)Access token. You can obtain a token by making a request.
ParameterDescription
courseId (required)The ID of the course whose status you would like to edit.
enrollmentIds (required)The IDs of one or more enrollments whose progress you would like to reset.

date (required if the course status is being changed to Completed)

The course completion date.
reason (optional)The reason why you want to change the course status.
status (required)

The status you would like to assign to the course. 

Possible values:

  • complete — the status will be changed to Completed.
  • automatic — the status will be recalculated automatically based on the number of modules that were passed.

...