> ## Documentation Index
> Fetch the complete documentation index at: https://auth0.generaltranslation.app/llms.txt
> Use this file to discover all available pages before exploring further.

# Enterprise（企業）

> エンタープライズのサブスクリプションタイプのレート制限。

エンタープライズのサブスクリプションタイプのレート制限は以下を参照してください。

<Accordion title="Authentication API" description="エンタープライズサブスクリプションタイプのAuthentication APIおよびAPIエンドポイントのレート制限。">
  <table class="table">
    <thead>
      <tr>
        <th>テナント</th>
        <th><a href="/docs/ja-JP/ja-jp/troubleshoot/customer-support/operational-policies/rate-limit-policy#rate-limit-algorithm">バースト時の要求制限</a></th>
        <th><a href="/docs/ja-JP/ja-jp/troubleshoot/customer-support/operational-policies/rate-limit-policy#rate-limit-algorithm">サステイン時の要求制限</a></th>
        <th><a href="/docs/ja-JP/ja-jp/troubleshoot/customer-support/operational-policies/rate-limit-policy#public-performance">ピーク時の要求制限</a></th>
      </tr>
    </thead>

    <tbody>
      <tr>
        <td>運用</td>
        <td>100</td>
        <td>100/秒</td>
        <td>該当なし</td>
      </tr>

      <tr>
        <td>運用（2xパフォーマンス）</td>
        <td>100</td>
        <td>100/秒</td>
        <td>バースト時200、サステイン時200/秒</td>
      </tr>

      <tr>
        <td>運用（3xパフォーマンス）</td>
        <td>100</td>
        <td>100/秒</td>
        <td>バースト時300、サステイン時300/秒</td>
      </tr>

      <tr>
        <td>運用（4xパフォーマンス）</td>
        <td>100</td>
        <td>100/秒</td>
        <td>バースト時400、サステイン時400/秒</td>
      </tr>

      <tr>
        <td>非運用</td>
        <td>100</td>
        <td>100/秒</td>
        <td>該当なし</td>
      </tr>
    </tbody>
  </table>

  <table class="table">
    <thead>
      <tr>
        <th><a href="/docs/ja-JP/ja-jp/api/authentication#introduction">エンドポイント</a></th>
        <th>メソッド</th>
        <th><a href="/docs/ja-JP/ja-jp/troubleshoot/customer-support/operational-policies/rate-limit-policy#rate-limit-algorithm">バースト時の要求上限</a></th>
        <th><a href="/docs/ja-JP/ja-jp/troubleshoot/customer-support/operational-policies/rate-limit-policy#rate-limit-algorithm">持続的な要求制限</a></th>
        <th>Limit Type</th>
      </tr>
    </thead>

    <tbody>
      <tr>
        <td><a href="https://auth0.com/docs/ja-jp/api/authentication#get-user-info">ユーザー情報</a></td>
        <td>`GET`, `POST`</td>
        <td>10</td>
        <td>5/分</td>
        <td>一意のユーザーIDへ</td>
      </tr>

      <tr>
        <td><a href="https://auth0.com/docs/ja-jp/api/authentication#change-password">パスワード変更</a> <br /><br /> <a href="https://auth0.com/docs/ja-jp/authenticate/database-connections/password-change#universal-login-page">ユニバーサルログインでパスワードリセット</a></td>
        <td>`POST`</td>
        <td>10</td>
        <td>1/分</td>
        <td>IPアドレスからメールアドレスへ</td>
      </tr>

      <tr>
        <td><a href="https://auth0.com/docs/ja-jp/api/authentication#signup">サインアップ\* </a></td>
        <td>`POST`</td>
        <td>50</td>
        <td>50/分</td>
        <td>IPアドレスから</td>
      </tr>

      <tr>
        <td><a href="https://auth0.com/docs/ja-jp/api/authentication#passwordless">パスワードレスコードまたはリンクの取得</a></td>
        <td>`GET`, `POST`</td>
        <td>50</td>
        <td>50/時</td>
        <td>IPアドレスから</td>
      </tr>

      <tr>
        <td><a href="https://auth0.com/docs/ja-jp/api/authentication#verify-with-one-time-password-otp-">ネイティブのソーシャルログイン（Apple / Facebookのみ）</a></td>
        <td>`POST`</td>
        <td>50</td>
        <td>500/分</td>
        <td>AppleまたはFacebookのネイティブソーシャルログイン要求</td>
      </tr>

      <tr>
        <td><a href="https://auth0.com/docs/ja-jp/api/authentication#dynamic-application-client-registration">動的アプリケーション（クライアント）登録</a></td>
        <td>`POST`</td>
        <td>5</td>
        <td>5/秒</td>
        <td>任意の要求</td>
      </tr>

      <tr>
        <td><a href="https://auth0.com/docs/ja-jp/api/authentication#global-token-revocation">Universal Logout</a></td>
        <td>`POST`</td>
        <td>35</td>
        <td>35/秒</td>
        <td>任意の要求</td>
      </tr>
    </tbody>
  </table>

  \*デフォルトの制限を表します。サインアップエンドポイントの制限はAuth0 Dashboardで構成することができます。詳細については、「[不審なIPのスロットリング](https://www.auth0.com/docs/ja-jp/secure/attack-protection/suspicious-ip-throttling).」をお読みください。
</Accordion>

<Accordion title="Mangement API" description="エンタープライズサブスクリプションタイプのManagement API、APIエンドポイント、APIエンドポイントグループのレート制限。">
  <table class="table">
    <thead>
      <tr>
        <th>テナント環境</th>
        <th><a href="/docs/ja-JP/ja-jp/troubleshoot/customer-support/operational-policies/rate-limit-policy#rate-limit-algorithm">バースト時の要求制限</a></th>
        <th><a href="/docs/ja-JP/ja-jp/troubleshoot/customer-support/operational-policies/rate-limit-policy#rate-limit-algorithm">サステイン時の要求制限</a></th>
      </tr>
    </thead>

    <tbody>
      <tr>
        <td>運用環境</td>
        <td>50</td>
        <td>16/秒</td>
      </tr>

      <tr>
        <td>非運用環境</td>
        <td>10</td>
        <td>2/秒</td>
      </tr>
    </tbody>
  </table>

  <table class="table">
    <thead>
      <tr>
        <th><a href="/docs/ja-JP/ja-jp/api/management/v2"><strong>エンドポイント</strong></a></th>
        <th><strong>メソッド</strong></th>
        <th><a href="/docs/ja-JP/ja-jp/troubleshoot/customer-support/operational-policies/rate-limit-policy#rate-limit-algorithm"><strong>バースト要求制限</strong></a></th>
        <th><a href="/docs/ja-JP/ja-jp/troubleshoot/customer-support/operational-policies/rate-limit-policy#rate-limit-algorithm"><strong>持続要求制限</strong></a></th>
        <th><strong>制限タイプ</strong></th>
      </tr>
    </thead>

    <tbody>
      <tr>
        <td><a href="https://auth0.com/docs/ja-jp/api/management/v2/organizations/get-name-by-name">名前でOrganization取得</a></td>
        <td>`GET`</td>
        <td>20</td>
        <td>200/分</td>
        <td>任意の要求</td>
      </tr>

      <tr>
        <td><a href="https://auth0.com/docs/ja-jp/api/management/v2/organizations/post-organizations">Organization作成</a></td>
        <td>`POST`、`PATCH`、`DELETE`</td>
        <td>5</td>
        <td>150/分</td>
        <td>任意の要求</td>
      </tr>

      <tr>
        <td><a href="https://auth0.com/docs/ja-jp/api/management/v2/organizations/get-members">Organizationメンバー取得</a></td>
        <td>`GET`</td>
        <td>40</td>
        <td>500/分</td>
        <td>任意の要求</td>
      </tr>

      <tr>
        <td><a href="https://auth0.com/docs/ja-jp/api/management/v2/organizations/post-members">Organizationメンバー追加</a></td>
        <td>`POST`、`DELETE`</td>
        <td>20</td>
        <td>200/分</td>
        <td>任意の要求</td>
      </tr>

      <tr>
        <td><a href="https://auth0.com/docs/ja-jp/api/management/v2/organizations/get-invitations-by-invitation-id">Organization招待取得</a></td>
        <td>`GET`</td>
        <td>20</td>
        <td>200/分</td>
        <td>任意の要求</td>
      </tr>

      <tr>
        <td><a href="https://auth0.com/docs/ja-jp/api/management/v2/organizations/get-organization-member-roles">Organizationメンバーロール取得</a></td>
        <td>`GET`</td>
        <td>20</td>
        <td>200/分</td>
        <td>任意の要求</td>
      </tr>

      <tr>
        <td><a href="https://auth0.com/docs/ja-jp/api/management/v2/organizations/post-organization-member-roles">Organizationメンバーロール作成</a></td>
        <td>`POST`、`DELETE`</td>
        <td>20</td>
        <td>200/分</td>
        <td>任意の要求</td>
      </tr>

      <tr>
        <td><a href="https://auth0.com/docs/ja-jp/api/management/v2/organizations/get-enabled-connections">Organization接続取得</a></td>
        <td>`GET`</td>
        <td>10</td>
        <td>100/分</td>
        <td>任意の要求</td>
      </tr>

      <tr>
        <td><a href="https://auth0.com/docs/ja-jp/api/management/v2/organizations/post-enabled-connections">Organization接続作成</a></td>
        <td>`POST`、`PATCH`、`DELETE`</td>
        <td>5</td>
        <td>150/分</td>
        <td>任意の要求</td>
      </tr>

      <tr>
        <td><a href="https://auth0.com/docs/ja-jp/api/management/v2/custom-domains/post-verify">カスタムドメイン検証</a></td>
        <td>`POST`</td>
        <td>5</td>
        <td>5/分</td>
        <td>任意の要求</td>
      </tr>

      <tr>
        <td><a href="https://auth0.com/docs/ja-jp/api/management/v2/connections/get-status">接続ステータス取得</a></td>
        <td>`GET`</td>
        <td>100</td>
        <td>15/秒</td>
        <td>任意の要求</td>
      </tr>

      <tr>
        <td><a href="https://auth0.com/docs/ja-jp/api/management/v2/keys/post-signing-keys">署名鍵ローテーション</a></td>
        <td>`POST`</td>
        <td>5</td>
        <td>5/日</td>
        <td>任意の要求</td>
      </tr>

      <tr>
        <td><a href="https://auth0.com/docs/ja-jp/api/management/v2/prompts/get-partials">プロンプトの部分取得</a></td>
        <td>`GET`</td>
        <td>5</td>
        <td>5/分</td>
        <td>任意の要求</td>
      </tr>

      <tr>
        <td><a href="https://auth0.com/docs/ja-jp/api/management/v2/prompts/put-partials">プロンプトの部分作成</a></td>
        <td>`PUT`</td>
        <td>5</td>
        <td>5/分</td>
        <td>任意の要求</td>
      </tr>

      <tr>
        <td><a href="https://auth0.com/docs/api/management/v2/clients/get-clients">クライアント取得</a><p><br />`q`パラメーターの使用にのみ適用されます。<br /></p></td>
        <td>`GET`</td>
        <td>5</td>
        <td>150/分</td>
        <td>任意の要求</td>
      </tr>

      <tr>
        <td><a href="https://auth0.com/docs/ja-jp/api/management/v2/organizations/get-organization-client-grants">Organizationクライアント付与取得</a></td>
        <td>`GET`</td>
        <td>10</td>
        <td>100/分</td>
        <td>任意の要求</td>
      </tr>

      <tr>
        <td><a href="https://auth0.com/docs/ja-jp/api/management/v2/organizations/create-organization-client-grants">Organizationクライアント付与作成</a></td>
        <td>`POST`</td>
        <td>5</td>
        <td>150/分</td>
        <td>任意の要求</td>
      </tr>

      <tr>
        <td><a href="https://auth0.com/docs/ja-jp/api/management/v2/email-templates/post-email-templates">メールテンプレート構成</a></td>
        <td>`POST`、`PATCH`、`DELETE`</td>
        <td>10</td>
        <td>100/分</td>
        <td>任意の要求</td>
      </tr>

      <tr>
        <td><a href="https://auth0.com/docs/ja-jp/api/management/v2/email-templates/get-email-templates-by-template-name">メールテンプレート読み取り</a></td>
        <td>`GET`</td>
        <td>15</td>
        <td>150/分</td>
        <td>任意の要求</td>
      </tr>

      <tr>
        <td><a href="https://auth0.com/docs/ja-jp/api/management/v2/emails/patch-provider">メールプロバイダー構成</a></td>
        <td>`POST`、`PATCH`、`DELETE`</td>
        <td>10</td>
        <td>100/分</td>
        <td>任意の要求</td>
      </tr>

      <tr>
        <td><a href="https://auth0.com/docs/ja-jp/api/management/v2/emails/get-provider">メールプロバイダー読み取り</a></td>
        <td>`GET`</td>
        <td>15</td>
        <td>150/分</td>
        <td>任意の要求</td>
      </tr>
    </tbody>
  </table>
</Accordion>

<Accordion title="SCIM API" description="エンタープライズ接続を含むパブリッククラウドサブスクリプションのインバウンドSCIM APIエンドポイントのレート制限。">
  <table class="table">
    <thead>
      <tr>
        <th>制限タイプ</th>
        <th>エンドポイントパス</th>
        <th>操作</th>
        <th>制限</th>
      </tr>
    </thead>

    <tbody>
      <tr>
        <td>単一のSCIM接続エンドポイント</td>
        <td>`/scim/v2/connections/{connection-id}`</td>
        <td>任意の要求</td>
        <td>25 RPS</td>
      </tr>

      <tr>
        <td>すべてのSCIM接続のグローバルテナント制限</td>
        <td>`/scim/v2/connections/*`</td>
        <td>任意の要求</td>
        <td>100 RPS</td>
      </tr>
    </tbody>
  </table>
</Accordion>
