PatchUserData# class PatchUserData[source]# Input data required for the User::Patch operation. email: Union[Just[str], _Nothing[str]] = Nothing# Your new email old_password: Union[Just[str], _Nothing[str]] = Nothing# Your old password name: Union[Just[str], _Nothing[str]] = Nothing# Your new name new_password: Union[Just[str], _Nothing[str]] = Nothing# Your new password reset_email_on_lti: Union[Just[bool], _Nothing[bool]] = Nothing# Reset your email on the next LTI launch