In Bug #54115 we introduced expiration_date in the school-lib. So far there is no documentation for this in https://docs.software-univention.de/ucsschool-import-handbuch-5.0.html#extending:import_user_class (we also have this in 4.4)
The expiration_date is mentioned in the UCS@school 4.4 manual: https://docs.software-univention.de/ucsschool-handbuch-4.4.html#school:setup:umc:user:create And in the UCS@school 5.0 manual: https://docs.software-univention.de/ucsschool-manual/5.0/de/management/users.html#school-setup-umc-user-create Looking in the code, I found `expiration_data` as attribute for the `ImportUser` class and just add it to the attribute list in https://docs.software-univention.de/ucsschool-import/5.0/de/extending.html#die-importuser-klasse
I just added expiration_date to the attributes of the ImportUser class in the reference section: ac902c636 | docs(import): Add expiration_date attribute to ImportUser class The artifacts are built and published. The attribute is located at: https://docs.software-univention.de/ucsschool-import/latest/de/extending.html#ImportUser.expiration_date