if (json.emails.personal) {
      profile.emails.push({ value: json.emails.personal, type: 'home' });
    }