Feature 11034: Forgot Password in OSM
[osm/NG-UI.git] / src / models / UserModel.ts
index e49670a..babf2c3 100644 (file)
@@ -39,6 +39,7 @@ export interface UserDetail {
     project_role_mappings?: ProjectRoleMappings[];
     account_expire_time: string;
     password_expire_time?: string;
+    email_id?: string;
 }
 
 /** Interface for user role mappings */
@@ -65,6 +66,7 @@ export interface UserData {
     identifier: string;
     user_status: string;
     account_expire_time?: string;
+    email_id?: string;
 }
 
 /** Interface for Project Roles Mappings */