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