> ## Documentation Index
> Fetch the complete documentation index at: https://support.i.moneyforward.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Gainsight NXT

> Gainsight NXTとの連携方法です。

export const IntegrationCapabilities = ({lang = "ja", modes = "", plan = "", lifecycle = "", automation = "", fetch = "", capabilities = "", memo = ""}) => {
  const TEXT = ({
    ja: {
      rows: {
        mode: "連携モード",
        plan: "連携確認プラン",
        lifecycle: "アカウントライフサイクル",
        automation: "自動化",
        fetch: "取得データ",
        capabilities: "対応機能",
        memo: "備考"
      },
      empty: "-",
      more: "各項目の意味は[連携可能SaaS・機能対応一覧](/integrations/supported-saas)をご覧ください。",
      mode: {
        "API Key": "APIキー"
      },
      lifecycle: {
        provisioning: "アカウント作成",
        deactivate: "アカウント無効化",
        delete: "アカウント削除"
      },
      automation: {
        provisioning: "アカウント作成",
        deactivate: "アカウント無効化",
        delete: "アカウント削除"
      },
      fetch: {
        User: "ユーザー名",
        Mail: "メールアドレス",
        Role: "ロール",
        Status: "ステータス",
        "2FA": "二要素認証",
        LastActivity: "最終利用日",
        Licenses: "ライセンス"
      },
      capabilities: {
        "employee-master": "従業員マスター連携",
        "identity-provider": "IDプロバイダー連携",
        "cost-aggregation": "コスト管理",
        "file-aggregation": "ファイル管理",
        "file-permissions": "ファイル権限管理",
        "device-aggregation": "MDM連携"
      }
    },
    en: {
      rows: {
        mode: "Integration mode",
        plan: "Verified plan",
        lifecycle: "Account lifecycle",
        automation: "Automation",
        fetch: "Fetched data",
        capabilities: "Capabilities",
        memo: "Notes"
      },
      empty: "-",
      more: "See [Supported SaaS and Capabilities](/en/integrations/supported-saas) for what each item means.",
      mode: {},
      lifecycle: {
        provisioning: "Account creation",
        deactivate: "Account deactivation",
        delete: "Account deletion"
      },
      automation: {
        provisioning: "Account creation",
        deactivate: "Account deactivation",
        delete: "Account deletion"
      },
      fetch: {
        LastActivity: "Last Activity"
      },
      capabilities: {
        "employee-master": "HR master",
        "identity-provider": "Identity provider",
        "cost-aggregation": "Cost management",
        "file-aggregation": "File management",
        "file-permissions": "File permissions",
        "device-aggregation": "MDM integration"
      }
    }
  })[lang === "en" ? "en" : "ja"];
  const BADGE_COLORS = {
    "ID/Password": "yellow",
    "API Key": "cyan",
    OAuth: "red",
    App: "purple",
    User: "blue",
    Mail: "cyan",
    Role: "orange",
    Status: "teal",
    "2FA": "pink",
    LastActivity: "green",
    Licenses: "purple",
    provisioning: "green",
    delete: "red",
    deactivate: "yellow",
    "employee-master": "blue",
    "identity-provider": "teal",
    "cost-aggregation": "yellow",
    "file-aggregation": "cyan",
    "file-permissions": "orange",
    "device-aggregation": "purple"
  };
  const list = value => String(value || "").split(",").map(item => item.trim()).filter(Boolean);
  const badges = (source, labels) => {
    const values = list(source);
    if (values.length === 0) {
      return <span className="integration-capabilities-empty">{TEXT.empty}</span>;
    }
    return values.map(value => <span key={value} className={"integration-catalog-badge integration-catalog-badge--" + (BADGE_COLORS[value] || "gray")}>
        {labels?.[value] ?? value}
      </span>);
  };
  const text = value => value || <span className="integration-capabilities-empty">{TEXT.empty}</span>;
  const ROWS = [["mode", badges(modes, TEXT.mode)], ["plan", text(plan)], ["lifecycle", badges(lifecycle, TEXT.lifecycle)], ["automation", badges(automation, TEXT.automation)], ["fetch", badges(fetch, TEXT.fetch)], ["capabilities", badges(capabilities, TEXT.capabilities)], ["memo", text(memo)]];
  return <div className="integration-capabilities">
      <dl className="integration-capabilities-list">
        {ROWS.map(([key, value]) => <div className="integration-capabilities-row" key={key}>
            <dt>{TEXT.rows[key]}</dt>
            <dd>{value}</dd>
          </div>)}
      </dl>
    </div>;
};

## 連携仕様

<IntegrationCapabilities modes="API Key" lifecycle="provisioning, deactivate" fetch="User, Mail, Status, Licenses" />

## 事前準備

### Access Keyの取得方法

Gainsight NXTのAPIと連携するには、認証用の**Access Key**（アクセスキー）が必要です。以下の手順で発行します。

1. **Administration**（管理）＞**Connectors 2.0**（コネクタ2.0）に移動します。

2. **Create Connection**（接続を作成）をクリックします。

   <img src="https://mintcdn.com/moneyforwardi/xh05AifYTyjhC1D3/images/integrations/gainsight-nxt/create-connection.png?fit=max&auto=format&n=xh05AifYTyjhC1D3&q=85&s=22a331a11fd1b6968eaa565c83fca0ae" alt="Create Connectionボタン" width="258" height="64" data-path="images/integrations/gainsight-nxt/create-connection.png" />

3. **Connector**（コネクタ）のドロップダウンリストから**Gainsight API**を選択します。

   <img src="https://mintcdn.com/moneyforwardi/xh05AifYTyjhC1D3/images/integrations/gainsight-nxt/connector-select.png?fit=max&auto=format&n=xh05AifYTyjhC1D3&q=85&s=ad418687684455ba01b1511f378a7083" alt="ConnectorドロップダウンでGainsight APIが選択されている状態" width="604" height="112" data-path="images/integrations/gainsight-nxt/connector-select.png" />

4. **Name of the connection**（接続名）に任意の接続名を入力します。

   <img src="https://mintcdn.com/moneyforwardi/xh05AifYTyjhC1D3/images/integrations/gainsight-nxt/connection-name.png?fit=max&auto=format&n=xh05AifYTyjhC1D3&q=85&s=03d75a89f85bc9d4a129483f836c8625" alt="Name of the connectionへの入力欄" width="606" height="104" data-path="images/integrations/gainsight-nxt/connection-name.png" />

5. **Authorization Type**（認証タイプ）で**Access Key**（アクセスキー）を選択します。

   <img src="https://mintcdn.com/moneyforwardi/xh05AifYTyjhC1D3/images/integrations/gainsight-nxt/authorization-type.png?fit=max&auto=format&n=xh05AifYTyjhC1D3&q=85&s=9bdc5e8a82b6aa673144153746cb298e" alt="Authorization TypeでAccess Keyが選択されている状態" width="400" height="112" data-path="images/integrations/gainsight-nxt/authorization-type.png" />

6. **Generate Access Key**（アクセスキーを生成）をクリックします。

   <img src="https://mintcdn.com/moneyforwardi/xh05AifYTyjhC1D3/images/integrations/gainsight-nxt/access-key.png?fit=max&auto=format&n=xh05AifYTyjhC1D3&q=85&s=cce88bedc6ae1e50727b66b0fa5e285e" alt="Gainsight NXTのAccess Key発行画面でGenerate Access Keyボタンが示されている状態" width="1470" height="770" data-path="images/integrations/gainsight-nxt/access-key.png" />

詳細は[Generate API Access Key（外部サイト）](https://support.gainsight.com/Gainsight_NXT/Connectors/Connectors/API_Integrations/Generate_API_Access_Key)をご確認ください。

## インテグレーションのセットアップ

1. インテグレーション画面にて**Gainsight NXT**を検索します。

2. 前の手順で取得した**APIキー**、および**ワークスペースキー**を入力し、**連携する**をクリックします。

   <img src="https://mintcdn.com/moneyforwardi/xh05AifYTyjhC1D3/images/integrations/gainsight-nxt/integrate-workspace.png?fit=max&auto=format&n=xh05AifYTyjhC1D3&q=85&s=8649b07782bcc5801a581a4df06101d0" alt="Gainsight NXT連携画面" width="740" height="976" data-path="images/integrations/gainsight-nxt/integrate-workspace.png" />

3. Gainsight NXTとの連携が成功すると、アカウント一覧に登録済みのユーザー情報が表示されます。正常に完了しない場合は、まず [SaaSとの連携に失敗する場合の対処法](/it-management/saas-management/93nahw45is-trouble) に記載のステップをお試しください。それでも解決しない場合は、[ご提供いただきたい情報](/it-management/saas-management/93nahw45is-trouble#info-to-provide) をご確認のうえ、[サポート窓口](/contact-support)までお問い合わせください。
