Index: iknow-api/DTOs/UserDTO.cs
===================================================================
--- iknow-api/DTOs/UserDTO.cs	(revision c2f79d73d7219c8c8bcc00f5badba27a707b22be)
+++ iknow-api/DTOs/UserDTO.cs	(revision 2d64b2e1e96d2ca623370d7fe5be29a09fe3f360)
@@ -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; }
     }
 
