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