Creates an assignment override to adjust due/unlock/lock dates for an assignment in a course, targeting specific students (requires `title`), a group, or a course section; at least one target (`student_ids`, `group_id`, or `course_section_id`) is required.
titlestringThe title for this assignment override. Required if `student_ids` are specified to identify the ad-hoc group.
due_atstringThe new due date for the assignment for the targeted entity (students, group, or section). Must be in ISO 8601 format.
lock_atstringThe new lock date (when the assignment becomes unavailable) for the targeted entity. Must be in ISO 8601 format.
group_idintegerThe ID of the group to target with this override. All students in this group will be affected.
course_idRequiredstringThe ID of the course where the assignment exists and the override will be applied.
unlock_atstringThe new unlock date (when the assignment becomes available) for the targeted entity. Must be in ISO 8601 format.
student_idsarrayA list of student IDs to target with this override. If specified, a `title` is also required.
assignment_idRequiredstringThe ID of the assignment for which this override is being created.
course_section_idintegerThe ID of the course section to target with this override. All students in this section will be affected.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.