Index: iknow-api/DTOs/UserDTO.cs
===================================================================
--- iknow-api/DTOs/UserDTO.cs	(revision 1e58098a182dd9c4d1bf1b235b61ce1760f23f7c)
+++ iknow-api/DTOs/UserDTO.cs	(revision 1d32d5c709a0db132310c19d72daab46d632ce10)
@@ -7,4 +7,8 @@
         public string Password { get; set; } = string.Empty;
         public bool GenerateRefreshToken { get; set; }
+    }
+    public class GetUserDataDto
+    {
+        public string JWT { get; set; }
     }
 
@@ -19,4 +23,15 @@
         public DateTime Bday { get; set; }
         public UserRole Role { get; set; }
+        public float gpa { get; set; }
+        public type tip { get; set; }
+        public string city { get; set; } = string.Empty;
+        public string address { get; set; } = string.Empty;
+        public string municipality { get; set; } = string.Empty;
+        public string phoneNumber { get; set; } = string.Empty;
+        public string microsoftEmail { get; set; } = string.Empty;
+        public int enrollmentYear { get; set; }
+        public quota quotaType { get; set; }
+        public major majorType { get; set; }
+
     }
 
@@ -41,3 +56,15 @@
         Student
     }
+    public enum type
+    {
+        strucen, gimnazija
+    }
+    public enum quota
+    {
+        drzavna, privatna, stipendija
+    }
+    public enum major
+    {
+        SIIS, PIT, KN, KI, IMB, IE, SSP, SEIS
+    }
 }
