You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
varkeysToFetch: Array<any>=['givenName','familyName','middleName','namePrefix','nameSuffix','phoneticGivenName','phoneticMiddleName','phoneticFamilyName','nickname','jobTitle','departmentName','organizationName','note','phoneNumbers','emailAddresses','postalAddresses','urlAddresses','imageData'];// All Properties that we are changing
constkeysToFetch: Array<any>=['givenName','familyName','middleName','namePrefix','nameSuffix','phoneticGivenName','phoneticMiddleName','phoneticFamilyName','nickname','jobTitle','departmentName','organizationName','note','phoneNumbers','emailAddresses','postalAddresses','urlAddresses','imageData','imageDataAvailable'];// All Properties that we are using in the Model
242
+
constkeysToFetch: Array<any>=[];// no need to fetch any other data
0 commit comments