Index: iknow-api/DTOs/UserDTO.cs
===================================================================
--- iknow-api/DTOs/UserDTO.cs	(revision f0fc386e116e253982a713c3b986c26be3ab86fb)
+++ iknow-api/DTOs/UserDTO.cs	(revision ab652ff2cf4420bcf41b4bc55899482afcf8a567)
@@ -19,4 +19,5 @@
     {
         public string Name { get; set; } = string.Empty;
+        public string? MiddleName { get; set; }
         public string Surname { get; set; } = string.Empty;
         public string EMBG { get; set; } = string.Empty;
@@ -36,5 +37,9 @@
         public Quota quotaType { get; set; }
         public int majorType { get; set; }
-
+        public string? gender { get; set; }
+        public string? nationality { get; set; }
+        public string? citizenship { get; set; }
+        public string? studyType { get; set; }
+        public string? studyStatus { get; set; }
     }
 
