> ## 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.

# プライベートクラウドパフォーマンス1500 RPS（15x）

> レベル1500 RPSのプライベートクラウドのレート制限

プライベートクラウドパフォーマンス1500 RPS（15x）サブスクリプションタイプのレート制限は以下の通りです。これらの制限は、プライベートクラウド環境に作成する各テナントに適用されます。

したがって、リスクを下げるため、プライベートクラウド環境ごとに1つのテナントを導入することを推奨します。

<Accordion title="Authentication API" description="プライベートクラウドパフォーマンス1500 RPS（15x）サブスクリプションタイプのAuthentication APIおよびAPIエンドポイントのレート制限。">
  <table class="table">
    <thead>
      <tr>
        <th><a href="/docs/ja-JP/ja-jp/troubleshoot/customer-support/operational-policies/rate-limit-policy#api-rate-limits">API</a></th>
        <th><a href="/docs/ja-JP/ja-jp/troubleshoot/customer-support/operational-policies/rate-limit-policy#rate-limit-algorithm">バーストj時の要求制限</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>Authentication API</td>
        <td>1500</td>
        <td>1500/秒</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>制限の種類</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">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>375</td>
        <td>375/秒</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="プライベートクラウドパフォーマンス1500 RPS（15x）サブスクリプションタイプのManagement API、APIエンドポイントおよびAPIエンドポイントグループのレート制限。">
  <table class="table">
    <thead>
      <tr>
        <th><a href="/docs/ja-JP/ja-jp/troubleshoot/customer-support/operational-policies/rate-limit-policy#api-rate-limits">API</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#rate-limit-algorithm">サステイン時の要求制限</a></th>
      </tr>
    </thead>

    <tbody>
      <tr>
        <td>Management API</td>
        <td>750</td>
        <td>750/秒</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-organizations">Get Organizations（組織取得）</a></td>
        <td>`GET`</td>
        <td>150</td>
        <td>1500/分</td>
        <td>すべての要求</td>
      </tr>

      <tr>
        <td><a href="https://auth0.com/docs/ja-jp/api/management/v2/organizations/get-organizations-by-id">Get Organizations by ID（IDで組織取得）</a></td>
        <td>`GET`</td>
        <td>150</td>
        <td>7500/分</td>
        <td>すべての要求</td>
      </tr>

      <tr>
        <td><a href="https://auth0.com/docs/ja-jp/api/management/v2/organizations/get-name-by-name">Get Organizations by Name（名前で組織取得）</a></td>
        <td>`GET`</td>
        <td>30</td>
        <td>3000/分</td>
        <td>すべての要求</td>
      </tr>

      <tr>
        <td><a href="https://auth0.com/docs/ja-jp/api/management/v2/organizations/post-organizations">Create an Organization（組織作成）</a></td>
        <td>`POST`、`PATCH`、`DELETE`</td>
        <td>75</td>
        <td>2250/分</td>
        <td>すべての要求</td>
      </tr>

      <tr>
        <td><a href="https://auth0.com/docs/ja-jp/api/management/v2/organizations/get-members">Get Organization Members（組織メンバー取得）</a></td>
        <td>`GET`</td>
        <td>600</td>
        <td>7500/分</td>
        <td>すべての要求</td>
      </tr>

      <tr>
        <td><a href="https://auth0.com/docs/ja-jp/api/management/v2/organizations/post-members">Add Organization Members（組織メンバー追加）</a></td>
        <td>`POST`、`DELETE`</td>
        <td>300</td>
        <td>3000/分</td>
        <td>すべての要求</td>
      </tr>

      <tr>
        <td><a href="https://auth0.com/docs/ja-jp/api/management/v2/organizations/get-members">Get Members of an Organization（組織のメンバー取得）</a></td>
        <td>`GET`</td>
        <td>300</td>
        <td>3000/分</td>
        <td>すべての要求</td>
      </tr>

      <tr>
        <td><a href="https://auth0.com/docs/ja-jp/api/management/v2/organizations/get-organization-member-roles">Get Organization Member Roles（組織メンバーロール取得）</a></td>
        <td>`GET`</td>
        <td>300</td>
        <td>3000/分</td>
        <td>すべての要求</td>
      </tr>

      <tr>
        <td><a href="https://auth0.com/docs/ja-jp/api/management/v2/organizations/post-organization-member-roles">Create Organization Member Roles（組織メンバーロール作成）</a></td>
        <td>`POST`、`DELETE`</td>
        <td>300</td>
        <td>3000/分</td>
        <td>すべての要求</td>
      </tr>

      <tr>
        <td><a href="https://auth0.com/docs/ja-jp/api/management/v2/organizations/get-enabled-connections">Get Organization Connections（組織接続取得）</a></td>
        <td>`GET`</td>
        <td>150</td>
        <td>1500/分</td>
        <td>すべての要求</td>
      </tr>

      <tr>
        <td><a href="https://auth0.com/docs/ja-jp/api/management/v2/organizations/post-enabled-connections">Create Organization Connections（組織接続作成）</a></td>
        <td>`POST`、`PATCH`、`DELETE`</td>
        <td>75</td>
        <td>2250/分</td>
        <td>すべての要求</td>
      </tr>

      <tr>
        <td><a href="https://auth0.com/docs/ja-jp/api/management/v2/custom-domains/post-verify">Verify Custom Domain（カスタムドメイン検証）</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">Get Status Connection（接続ステータス取得）</a></td>
        <td>`POST`</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">Rotate 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">Get Partials for a Prompt（プロンプトパーシャル取得）</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">Create Partials for a Prompt（プロンプトパーシャル作成）</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">Get Clients（クライアント取得）</a><p><br />`q`パラメーターの使用時にのみ適用<br /></p></td>
        <td>`GET`</td>
        <td>75</td>
        <td>2250/分</td>
        <td>すべての要求</td>
      </tr>

      <tr>
        <td><a href="https://auth0.com/docs/ja-jp/api/management/v2/organizations/get-organization-client-grants">Get Organization Client Grants（組織のクライアント付与取得）</a></td>
        <td>`GET`</td>
        <td>150</td>
        <td>1500/分</td>
        <td>すべての要求</td>
      </tr>

      <tr>
        <td><a href="https://auth0.com/docs/ja-jp/api/management/v2/organizations/create-organization-client-grants">Create Organization Client Grants（組織のクライアント付与作成）</a></td>
        <td>`POST`</td>
        <td>75</td>
        <td>2250/分</td>
        <td>すべての要求</td>
      </tr>
    </tbody>
  </table>
</Accordion>

<Accordion title="SCIM API" description="プライベートクラウドパフォーマンス1500 RPS（15x）サブスクリプションタイプのインバウンド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>750 RPS</td>
      </tr>
    </tbody>
  </table>
</Accordion>
