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

> Limite anti-attaques pour le type d’abonnement Enterprise.

Voir ci-dessous la limite anti-attaques pour le type d’abonnement Enterprise.

<Accordion title="Authentication API Limites anti-attaques pour Authentication API et les points de terminaison d’API dans le type d’abonnement Enterprise.">
  <table class="table">
    <thead>
      <tr>
        <th>Locataire</th>
        <th><a href="/docs/fr-CA/fr-ca/troubleshoot/customer-support/operational-policies/rate-limit-policy#rate-limit-algorithm">Limite de requêtes en rafale</a></th>
        <th><a href="/docs/fr-CA/fr-ca/troubleshoot/customer-support/operational-policies/rate-limit-policy#rate-limit-algorithm">Limite de requêtes soutenues</a></th>
        <th><a href="/docs/fr-CA/fr-ca/troubleshoot/customer-support/operational-policies/rate-limit-policy#public-performance">Limite de requêtes de pointe</a></th>
      </tr>
    </thead>

    <tbody>
      <tr>
        <td>Production</td>
        <td>100</td>
        <td>100/seconde</td>
        <td>S/O</td>
      </tr>

      <tr>
        <td>Production (performances 2x)</td>
        <td>100</td>
        <td>100/seconde</td>
        <td>200 en rafale; 200/seconde soutenues</td>
      </tr>

      <tr>
        <td>Production (performances 3x)</td>
        <td>100</td>
        <td>100/seconde</td>
        <td>300 en rafale; 300/seconde soutenues</td>
      </tr>

      <tr>
        <td>Production (performances 4x)</td>
        <td>100</td>
        <td>100/seconde</td>
        <td>400en rafale; 400/seconde soutenues</td>
      </tr>

      <tr>
        <td>Hors production</td>
        <td>100</td>
        <td>100/seconde</td>
        <td>S/O</td>
      </tr>
    </tbody>
  </table>

  <table class="table">
    <thead>
      <tr>
        <th><a href="/docs/fr-CA/fr-ca/api/authentication#introduction">Point de terminaison</a></th>
        <th>Méthode</th>
        <th><a href="/docs/fr-CA/fr-ca/troubleshoot/customer-support/operational-policies/rate-limit-policy#rate-limit-algorithm">Limite de requêtes en rafale</a></th>
        <th><a href="/docs/fr-CA/fr-ca/troubleshoot/customer-support/operational-policies/rate-limit-policy#rate-limit-algorithm">Limite de requêtes soutenues</a></th>
        <th>Type de limite</th>
      </tr>
    </thead>

    <tbody>
      <tr>
        <td><a href="https://auth0.com/docs/api/authentication#get-user-info">Information sur l’utilisateur</a></td>
        <td>`GET`, `POST`</td>
        <td>10</td>
        <td>5/minute</td>
        <td>Vers un ID d’utilisateur unique</td>
      </tr>

      <tr>
        <td><a href="https://auth0.com/docs/api/authentication#change-password">Changer le mot de passe</a> <br /><br /> <a href="https://auth0.com/docs/authenticate/database-connections/password-change#universal-login-page">Réinitialiser le mot de passe avec une connexion universelle</a></td>
        <td>`POST`</td>
        <td>10</td>
        <td>1/minute</td>
        <td>D’une adresse IP vers une adresse courriel unique</td>
      </tr>

      <tr>
        <td><a href="https://auth0.com/docs/api/authentication#signup">Inscription\* </a></td>
        <td>`POST`</td>
        <td>50</td>
        <td>50/minute</td>
        <td>D’une adresse IP</td>
      </tr>

      <tr>
        <td><a href="https://auth0.com/docs/api/authentication#passwordless">Obtenir un code ou lien sans mot de passe</a></td>
        <td>`GET`, `POST`</td>
        <td>50</td>
        <td>50/heure</td>
        <td>D’une adresse IP</td>
      </tr>

      <tr>
        <td><a href="https://auth0.com/docs/api/authentication#verify-with-one-time-password-otp-">Connexion sociale native (Apple/Facebook seulement)</a></td>
        <td>`POST`</td>
        <td>50</td>
        <td>500/minute</td>
        <td>Toute demande pour connexion sociale native Apple ou Facebook</td>
      </tr>

      <tr>
        <td><a href="https://auth0.com/docs/api/authentication#dynamic-application-client-registration">Application dynamique (Client) enregistrement</a></td>
        <td>`POST`</td>
        <td>5</td>
        <td>5/seconde</td>
        <td>Toute demande</td>
      </tr>

      <tr>
        <td><a href="https://auth0.com/docs/api/authentication#global-token-revocation">Déconnexion universelle</a></td>
        <td>`POST`</td>
        <td>35</td>
        <td>35/seconde</td>
        <td>Toute demande</td>
      </tr>
    </tbody>
  </table>

  \*Représente la limite par défaut. Vous pouvez configurer la limite du point de terminaison de l’inscription dans Auth0 Dashboard. Pour en apprendre davantage, lisez [Suspicious IP Throttling](https://www.auth0.com/docs/secure/attack-protection/suspicious-ip-throttling).
</Accordion>

<Accordion title="Management API Limites anti-attaques pour Management API, les points de terminaison d’API et les groupes de points de terminaison d’API dans le type d’abonnement Entreprise.">
  <table class="table">
    <thead>
      <tr>
        <th>Environnement des locataires</th>
        <th><a href="/docs/fr-CA/fr-ca/troubleshoot/customer-support/operational-policies/rate-limit-policy#rate-limit-algorithm">Burst Request Limit (Limite de requêtes en rafale)</a></th>
        <th><a href="/docs/fr-CA/fr-ca/troubleshoot/customer-support/operational-policies/rate-limit-policy#rate-limit-algorithm">Sustained Request Limit (Limite de requêtes soutenues)</a></th>
      </tr>
    </thead>

    <tbody>
      <tr>
        <td>Production</td>
        <td>50</td>
        <td>16/seconde</td>
      </tr>

      <tr>
        <td>Non-production</td>
        <td>10</td>
        <td>2/seconde</td>
      </tr>
    </tbody>
  </table>

  <table class="table">
    <thead>
      <tr>
        <th><a href="/docs/fr-CA/fr-ca/api/management/v2"><strong>Point de terminaison</strong></a></th>
        <th><strong>Méthode</strong></th>
        <th><a href="/docs/fr-CA/fr-ca/troubleshoot/customer-support/operational-policies/rate-limit-policy#rate-limit-algorithm"><strong>Limite de requêtes en rafale</strong></a></th>
        <th><a href="/docs/fr-CA/fr-ca/troubleshoot/customer-support/operational-policies/rate-limit-policy#rate-limit-algorithm"><strong>Limite de requêtes soutenues</strong></a></th>
        <th><strong>Type de limite</strong></th>
      </tr>
    </thead>

    <tbody>
      <tr>
        <td><a href="https://auth0.com/docs/api/management/v2/organizations/get-name-by-name">Obtenir les organizations par nom</a></td>
        <td>`GET`</td>
        <td>20</td>
        <td>200/minute</td>
        <td>Toute requête</td>
      </tr>

      <tr>
        <td><a href="https://auth0.com/docs/api/management/v2/organizations/post-organizations">Créer une organization</a></td>
        <td>`POST`, `PATCH`, `DELETE`</td>
        <td>5</td>
        <td>150/minute</td>
        <td>Toute requête</td>
      </tr>

      <tr>
        <td><a href="https://auth0.com/docs/api/management/v2/organizations/get-members">Obtenir les membres d’une organization</a></td>
        <td>`GET`</td>
        <td>40</td>
        <td>500/minute</td>
        <td>Toute requête</td>
      </tr>

      <tr>
        <td><a href="https://auth0.com/docs/api/management/v2/organizations/post-members">Ajouter des membres à l’organization</a></td>
        <td>`POST`, `DELETE`</td>
        <td>20</td>
        <td>200/minute</td>
        <td>Toute requête</td>
      </tr>

      <tr>
        <td><a href="https://auth0.com/docs/api/management/v2/organizations/get-invitations-by-invitation-id">Obtenir l’invitation de l’organization</a></td>
        <td>`GET`</td>
        <td>20</td>
        <td>200/minute</td>
        <td>Toute requête</td>
      </tr>

      <tr>
        <td><a href="https://auth0.com/docs/api/management/v2/organizations/get-organization-member-roles">Obtenir les rôles des membres de l’organization</a></td>
        <td>`GET`</td>
        <td>20</td>
        <td>200/minute</td>
        <td>Toute requête</td>
      </tr>

      <tr>
        <td><a href="https://auth0.com/docs/api/management/v2/organizations/post-organization-member-roles">Créer des rôles pour les membres de l’organization</a></td>
        <td>`POST`, `DELETE`</td>
        <td>20</td>
        <td>200/minute</td>
        <td>Toute requête</td>
      </tr>

      <tr>
        <td><a href="https://auth0.com/docs/api/management/v2/organizations/get-enabled-connections">Obtenir les connexions de l’organization</a></td>
        <td>`GET`</td>
        <td>10</td>
        <td>100/minute</td>
        <td>Toute requête</td>
      </tr>

      <tr>
        <td><a href="https://auth0.com/docs/api/management/v2/organizations/post-enabled-connections">Créer des liens entre les organizations</a></td>
        <td>`POST`, `PATCH`, `DELETE`</td>
        <td>5</td>
        <td>150/minute</td>
        <td>Toute requête</td>
      </tr>

      <tr>
        <td><a href="https://auth0.com/docs/api/management/v2/custom-domains/post-verify">Vérifier le domaine personnalisé</a></td>
        <td>`POST`</td>
        <td>5</td>
        <td>5/minute</td>
        <td>Toute requête</td>
      </tr>

      <tr>
        <td><a href="https://auth0.com/docs/api/management/v2/connections/get-status">Obtenir l’état de la connexion</a></td>
        <td>`GET`</td>
        <td>100</td>
        <td>15/second</td>
        <td>Toute requête</td>
      </tr>

      <tr>
        <td><a href="https://auth0.com/docs/api/management/v2/keys/post-signing-keys">Effectuer une rotation des clés de connexion</a></td>
        <td>`POST`</td>
        <td>5</td>
        <td>5/day</td>
        <td>Toute requête</td>
      </tr>

      <tr>
        <td><a href="https://auth0.com/docs/api/management/v2/prompts/get-partials">Obtenir des éléments partiels pour une invite</a></td>
        <td>`GET`</td>
        <td>5</td>
        <td>5/minute</td>
        <td>Toute requête</td>
      </tr>

      <tr>
        <td><a href="https://auth0.com/docs/api/management/v2/prompts/put-partials">Créer des éléments partiels pour une invite</a></td>
        <td>`PUT`</td>
        <td>5</td>
        <td>5/minute</td>
        <td>Toute requête</td>
      </tr>

      <tr>
        <td><a href="https://auth0.com/docs/api/management/v2/clients/get-clients">Obtenir clients</a><p><br />Ne s’applique qu’à l’usage du paramètre « q ».<br /></p></td>
        <td>`GET`</td>
        <td>5</td>
        <td>150/minute</td>
        <td>Toute requête</td>
      </tr>

      <tr>
        <td><a href="https://auth0.com/docs/api/management/v2/organizations/get-organization-client-grants">Obtenir des autorisations pour les clients de l’organization</a></td>
        <td>`GET`</td>
        <td>10</td>
        <td>100/minute</td>
        <td>Toute requête</td>
      </tr>

      <tr>
        <td><a href="https://auth0.com/docs/api/management/v2/organizations/create-organization-client-grants">Créer des autorisations pour les clients de l’organisation</a></td>
        <td>`POST`</td>
        <td>5</td>
        <td>150/minute</td>
        <td>Toute requête</td>
      </tr>

      <tr>
        <td><a href="https://auth0.com/docs/api/management/v2/email-templates/post-email-templates">Configurer les modèles de courriel</a></td>
        <td>`POST`, `PATCH`, `DELETE`</td>
        <td>10</td>
        <td>100/minute</td>
        <td>Toute requête</td>
      </tr>

      <tr>
        <td><a href="https://auth0.com/docs/api/management/v2/email-templates/get-email-templates-by-template-name">Consulter les modèles de courriel</a></td>
        <td>`GET`</td>
        <td>15</td>
        <td>150/minute</td>
        <td>Toute requête</td>
      </tr>

      <tr>
        <td><a href="https://auth0.com/docs/api/management/v2/emails/patch-provider">Configurer le fournisseur de messagerie électronique</a></td>
        <td>`POST`, `PATCH`, `DELETE`</td>
        <td>10</td>
        <td>100/minute</td>
        <td>Toute requête</td>
      </tr>

      <tr>
        <td><a href="https://auth0.com/docs/api/management/v2/emails/get-provider">Consulter le fournisseur de messagerie électronique</a></td>
        <td>`GET`</td>
        <td>15</td>
        <td>150/minute</td>
        <td>Toute requête</td>
      </tr>
    </tbody>
  </table>
</Accordion>

<Accordion title="SCIM API Limites anti-attaques des points de terminaison SCIM API entrants dans les abonnements au nuage public qui incluent des connexions Enterprise.">
  <table class="table">
    <thead>
      <tr>
        <th>Type de limite</th>
        <th>Chemin du point de terminaison</th>
        <th>Opération</th>
        <th>Limite</th>
      </tr>
    </thead>

    <tbody>
      <tr>
        <td>Point de terminaison unique de la connexion SCIM</td>
        <td>`/scim/v2/connections/{connection-id}`</td>
        <td>Toute requête</td>
        <td>25 requêtes par seconde</td>
      </tr>

      <tr>
        <td>Limite globale de locataires pour toutes les connexions SCIM</td>
        <td>`/scim/v2/connections/*`</td>
        <td>Toute requête</td>
        <td>100 requêtes par seconde</td>
      </tr>
    </tbody>
  </table>
</Accordion>
