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

# Nuage privé de base 100 RPS (1x)

> Limites de débit applicables au nuage privé de niveau 100 RPS

Voir ci-dessous pour connaître les limites de débit applicables à l’abonnement de type Nuage privé de base 100 RPS (1x). Ces limites s’appliquent à chaque locataire que vous créez dans l’environnement de nuage privé.

Par conséquent, nous recommandons de déployer un seul locataire par environnement de nuage privé pour limiter les risques.

<Accordion title="Authentication API Limites anti-attaques pour Authentication API et les points de terminaison d’API dans le type d’abonnement Nuage privé de base 100 RPS (1x).">
  <table class="table">
    <thead>
      <tr>
        <th><a href="/docs/fr-CA/fr-ca/troubleshoot/customer-support/operational-policies/rate-limit-policy#api-rate-limits">API</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 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>
      </tr>
    </thead>

    <tbody>
      <tr>
        <td>Authentication API</td>
        <td>100</td>
        <td>100/seconde</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 l’abonnement Private Cloud Basic (Abonnement privé de base) 100 RPS (1x).">
  <table class="table">
    <thead>
      <tr>
        <th><a href="/docs/fr-CA/fr-ca/troubleshoot/customer-support/operational-policies/rate-limit-policy#api-rate-limits">API</a></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>Management API</td>
        <td>50</td>
        <td>50/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 des demandes 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-organizations">Obtenir les Organizations</a></td>
        <td>GET</td>
        <td>10</td>
        <td>100/minute</td>
        <td>Toute demande</td>
      </tr>

      <tr>
        <td><a href="https://auth0.com/docs/api/management/v2/organizations/get-organizations-by-id">Obtenir les Organizations par ID</a></td>
        <td>GET</td>
        <td>40</td>
        <td>500/minute</td>
        <td>Toute demande</td>
      </tr>

      <tr>
        <td><a href="https://auth0.com/docs/api/management/v2/organizations/get-name-by-name">Obtenir des Organizations par nom</a></td>
        <td>GET</td>
        <td>20</td>
        <td>200/minute</td>
        <td>Toute demande</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 demande</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 demande</td>
      </tr>

      <tr>
        <td><a href="https://auth0.com/docs/api/management/v2/organizations/post-members">Ajouter les membres d’une Organization</a></td>
        <td>POST, DELETE</td>
        <td>20</td>
        <td>200/minute</td>
        <td>Toute demande</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>20</td>
        <td>200/minute</td>
        <td>Toute demande</td>
      </tr>

      <tr>
        <td><a href="https://auth0.com/docs/api/management/v2/organizations/get-organization-member-roles">Obtenir les rôles des membres d’une Organization</a></td>
        <td>GET</td>
        <td>20</td>
        <td>200/minute</td>
        <td>Toute demande</td>
      </tr>

      <tr>
        <td><a href="https://auth0.com/docs/api/management/v2/organizations/post-organization-member-roles">Créer les rôles des membres d’une Organization</a></td>
        <td>POST, DELETE</td>
        <td>20</td>
        <td>200/minute</td>
        <td>Toute demande</td>
      </tr>

      <tr>
        <td><a href="https://auth0.com/docs/api/management/v2/organizations/post-enabled-connections">Créer des connexions pour une Organization</a></td>
        <td>POST, PATCH, DELETE</td>
        <td>5</td>
        <td>150/minute</td>
        <td>Toute demande</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 demande</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/seconde</td>
        <td>Toute demande</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/jour</td>
        <td>Toute demande</td>
      </tr>

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

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

      <tr>
        <td><a href="https://auth0.com/docs/api/management/v2/clients/get-clients">Obtenir des clients</a><p><br />S’applique uniquement à l’utilisation du paramètre `q`.<br /></p></td>
        <td>`GET`</td>
        <td>5</td>
        <td>150/minute</td>
        <td>Toute demande</td>
      </tr>

      <tr>
        <td><a href="https://auth0.com/docs/api/management/v2/organizations/get-organization-client-grants">Obtenir les autorisations client d’une Organization</a></td>
        <td>`GET`</td>
        <td>10</td>
        <td>100/minute</td>
        <td>Toute demande</td>
      </tr>

      <tr>
        <td><a href="https://auth0.com/docs/api/management/v2/organizations/create-organization-client-grants">Créer les autorisations client d’une Organization</a></td>
        <td>`POST`</td>
        <td>5</td>
        <td>150/minute</td>
        <td>Toute demande</td>
      </tr>
    </tbody>
  </table>
</Accordion>

<Accordion title="SCIM API Limites anti-attaques pour les points de terminaison SCIM API entrants dans le type d’abonnement Performance du nuage privé 100 RPS (1x).">
  <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>
