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

# Enterprise（企業）

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

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

<Accordion title="Authentication API" description="エンタープライズサブスクリプションタイプのAuthentication APIおよびAPIエンドポイントのレート制限。">
  | テナント          | [バースト時の要求制限](/docs/ja-jp/troubleshoot/customer-support/operational-policies/rate-limit-policy#rate-limit-algorithm) | [サステイン時の要求制限](/docs/ja-jp/troubleshoot/customer-support/operational-policies/rate-limit-policy#rate-limit-algorithm) | [ピーク時の要求制限](/docs/ja-jp/troubleshoot/customer-support/operational-policies/rate-limit-policy#public-performance) |
  | ------------- | ------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- |
  | 運用            | 100                                                                                                                 | 100/秒                                                                                                                | 該当なし                                                                                                             |
  | 運用（2xパフォーマンス） | 100                                                                                                                 | 100/秒                                                                                                                | バースト時200、サステイン時200/秒                                                                                             |
  | 運用（3xパフォーマンス） | 100                                                                                                                 | 100/秒                                                                                                                | バースト時300、サステイン時300/秒                                                                                             |
  | 運用（4xパフォーマンス） | 100                                                                                                                 | 100/秒                                                                                                                | バースト時400、サステイン時400/秒                                                                                             |
  | 非運用           | 100                                                                                                                 | 100/秒                                                                                                                | 該当なし                                                                                                             |

  | [エンドポイント](/docs/ja-jp/api/authentication#introduction)                                                                                                                                                            | メソッド          | [バースト時の要求上限](/docs/ja-jp/troubleshoot/customer-support/operational-policies/rate-limit-policy#rate-limit-algorithm) | [持続的な要求制限](/docs/ja-jp/troubleshoot/customer-support/operational-policies/rate-limit-policy#rate-limit-algorithm) | Limit Type                        |
  | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------- | ------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------- | --------------------------------- |
  | [ユーザー情報](https://auth0.com/docs/ja-jp/api/authentication#get-user-info)                                                                                                                                           | `GET`, `POST` | 10                                                                                                                  | 5/分                                                                                                               | 一意のユーザーIDへ                        |
  | [パスワード変更](https://auth0.com/docs/ja-jp/api/authentication#change-password)<br /><br />[ユニバーサルログインでパスワードリセット](https://auth0.com/docs/ja-jp/authenticate/database-connections/password-change#universal-login-page) | `POST`        | 10                                                                                                                  | 1/分                                                                                                               | IPアドレスからメールアドレスへ                  |
  | [サインアップ\* ](https://auth0.com/docs/ja-jp/api/authentication#signup)                                                                                                                                               | `POST`        | 50                                                                                                                  | 50/分                                                                                                              | IPアドレスから                          |
  | [パスワードレスコードまたはリンクの取得](https://auth0.com/docs/ja-jp/api/authentication#passwordless)                                                                                                                               | `GET`, `POST` | 50                                                                                                                  | 50/時                                                                                                              | IPアドレスから                          |
  | [ネイティブのソーシャルログイン（Apple / Facebookのみ）](https://auth0.com/docs/ja-jp/api/authentication#verify-with-one-time-password-otp-)                                                                                         | `POST`        | 50                                                                                                                  | 500/分                                                                                                             | AppleまたはFacebookのネイティブソーシャルログイン要求 |
  | [動的アプリケーション（クライアント）登録](https://auth0.com/docs/ja-jp/api/authentication#dynamic-application-client-registration)                                                                                                   | `POST`        | 5                                                                                                                   | 5/秒                                                                                                               | 任意の要求                             |
  | [Universal Logout](https://auth0.com/docs/ja-jp/api/authentication#global-token-revocation)                                                                                                                       | `POST`        | 35                                                                                                                  | 35/秒                                                                                                              | 任意の要求                             |

  \*デフォルトの制限を表します。サインアップエンドポイントの制限は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エンドポイントグループのレート制限。">
  | テナント環境 | [バースト時の要求制限](/docs/ja-jp/troubleshoot/customer-support/operational-policies/rate-limit-policy#rate-limit-algorithm) | [サステイン時の要求制限](/docs/ja-jp/troubleshoot/customer-support/operational-policies/rate-limit-policy#rate-limit-algorithm) |
  | ------ | ------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------- |
  | 運用環境   | 50                                                                                                                  | 16/秒                                                                                                                 |
  | 非運用環境  | 10                                                                                                                  | 2/秒                                                                                                                  |

  | [エンドポイント](/docs/ja-jp/api/management/v2)                                                                                 | メソッド                    | [バースト要求制限](/docs/ja-jp/troubleshoot/customer-support/operational-policies/rate-limit-policy#rate-limit-algorithm) | [持続要求制限](/docs/ja-jp/troubleshoot/customer-support/operational-policies/rate-limit-policy#rate-limit-algorithm) | 制限タイプ |
  | ------------------------------------------------------------------------------------------------------------------------ | ----------------------- | ----------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------- | ----- |
  | [名前でOrganization取得](https://auth0.com/docs/ja-jp/api/management/v2/organizations/get-name-by-name)                       | `GET`                   | 20                                                                                                                | 200/分                                                                                                           | 任意の要求 |
  | [Organization作成](https://auth0.com/docs/ja-jp/api/management/v2/organizations/post-organizations)                        | `POST`、`PATCH`、`DELETE` | 5                                                                                                                 | 150/分                                                                                                           | 任意の要求 |
  | [Organizationメンバー取得](https://auth0.com/docs/ja-jp/api/management/v2/organizations/get-members)                           | `GET`                   | 40                                                                                                                | 500/分                                                                                                           | 任意の要求 |
  | [Organizationメンバー追加](https://auth0.com/docs/ja-jp/api/management/v2/organizations/post-members)                          | `POST`、`DELETE`         | 20                                                                                                                | 200/分                                                                                                           | 任意の要求 |
  | [Organization招待取得](https://auth0.com/docs/ja-jp/api/management/v2/organizations/get-invitations-by-invitation-id)        | `GET`                   | 20                                                                                                                | 200/分                                                                                                           | 任意の要求 |
  | [Organizationメンバーロール取得](https://auth0.com/docs/ja-jp/api/management/v2/organizations/get-organization-member-roles)      | `GET`                   | 20                                                                                                                | 200/分                                                                                                           | 任意の要求 |
  | [Organizationメンバーロール作成](https://auth0.com/docs/ja-jp/api/management/v2/organizations/post-organization-member-roles)     | `POST`、`DELETE`         | 20                                                                                                                | 200/分                                                                                                           | 任意の要求 |
  | [Organization接続取得](https://auth0.com/docs/ja-jp/api/management/v2/organizations/get-enabled-connections)                 | `GET`                   | 10                                                                                                                | 100/分                                                                                                           | 任意の要求 |
  | [Organization接続作成](https://auth0.com/docs/ja-jp/api/management/v2/organizations/post-enabled-connections)                | `POST`、`PATCH`、`DELETE` | 5                                                                                                                 | 150/分                                                                                                           | 任意の要求 |
  | [カスタムドメイン検証](https://auth0.com/docs/ja-jp/api/management/v2/custom-domains/post-verify)                                  | `POST`                  | 5                                                                                                                 | 5/分                                                                                                             | 任意の要求 |
  | [接続ステータス取得](https://auth0.com/docs/ja-jp/api/management/v2/connections/get-status)                                       | `GET`                   | 100                                                                                                               | 15/秒                                                                                                            | 任意の要求 |
  | [署名鍵ローテーション](https://auth0.com/docs/ja-jp/api/management/v2/keys/post-signing-keys)                                      | `POST`                  | 5                                                                                                                 | 5/日                                                                                                             | 任意の要求 |
  | [プロンプトの部分取得](https://auth0.com/docs/ja-jp/api/management/v2/prompts/get-partials)                                        | `GET`                   | 5                                                                                                                 | 5/分                                                                                                             | 任意の要求 |
  | [プロンプトの部分作成](https://auth0.com/docs/ja-jp/api/management/v2/prompts/put-partials)                                        | `PUT`                   | 5                                                                                                                 | 5/分                                                                                                             | 任意の要求 |
  | [クライアント取得](https://auth0.com/docs/api/management/v2/clients/get-clients)<br />`q`パラメーターの使用にのみ適用されます。                     | `GET`                   | 5                                                                                                                 | 150/分                                                                                                           | 任意の要求 |
  | [Organizationクライアント付与取得](https://auth0.com/docs/ja-jp/api/management/v2/organizations/get-organization-client-grants)    | `GET`                   | 10                                                                                                                | 100/分                                                                                                           | 任意の要求 |
  | [Organizationクライアント付与作成](https://auth0.com/docs/ja-jp/api/management/v2/organizations/create-organization-client-grants) | `POST`                  | 5                                                                                                                 | 150/分                                                                                                           | 任意の要求 |
  | [メールテンプレート構成](https://auth0.com/docs/ja-jp/api/management/v2/email-templates/post-email-templates)                       | `POST`、`PATCH`、`DELETE` | 10                                                                                                                | 100/分                                                                                                           | 任意の要求 |
  | [メールテンプレート読み取り](https://auth0.com/docs/ja-jp/api/management/v2/email-templates/get-email-templates-by-template-name)     | `GET`                   | 15                                                                                                                | 150/分                                                                                                           | 任意の要求 |
  | [メールプロバイダー構成](https://auth0.com/docs/ja-jp/api/management/v2/emails/patch-provider)                                      | `POST`、`PATCH`、`DELETE` | 10                                                                                                                | 100/分                                                                                                           | 任意の要求 |
  | [メールプロバイダー読み取り](https://auth0.com/docs/ja-jp/api/management/v2/emails/get-provider)                                      | `GET`                   | 15                                                                                                                | 150/分                                                                                                           | 任意の要求 |
</Accordion>

<Accordion title="SCIM API" description="エンタープライズ接続を含むパブリッククラウドサブスクリプションのインバウンドSCIM APIエンドポイントのレート制限。">
  | 制限タイプ                  | エンドポイントパス                              | 操作    | 制限      |
  | ---------------------- | -------------------------------------- | ----- | ------- |
  | 単一のSCIM接続エンドポイント       | `/scim/v2/connections/{connection-id}` | 任意の要求 | 25 RPS  |
  | すべてのSCIM接続のグローバルテナント制限 | `/scim/v2/connections/*`               | 任意の要求 | 100 RPS |
</Accordion>
