PutEnrollLinkCourseData¶ class PutEnrollLinkCourseData[source]¶ Input data required for the Course::PutEnrollLink operation. role_id: int¶ The id of the role that users should get when enrolling with this link. expiration_date: datetime¶ The date this link should stop working. id: Just[str] | _Nothing[str] = Nothing¶ The id of the link to edit, omit to create a new link. allow_register: Just[bool] | _Nothing[bool] = Nothing¶ Should students be allowed to register a new account using this link. For registration to actually work this feature should be enabled.