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