Skip to content

Commit eae02d5

Browse files
jusuchin85subatoi
andauthored
[Improvement]: Update the API Rate Limits Documentation to Mention Limits for the Audit Log API Endpoint (#56484)
Co-authored-by: Ben Ahmady <[email protected]>
1 parent 12ccf77 commit eae02d5

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

content/authentication/authenticating-with-single-sign-on/authenticating-with-a-managed-user-account.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ title: 'Authenticating with {% data variables.product.prodname_emus %}'
33
shortTitle: Authenticate as a managed user
44
intro: 'Learn how to authenticate to access an {% data variables.enterprise.prodname_emu_enterprise %} on {% data variables.product.prodname_dotcom %}.'
55
product: '{% data reusables.gated-features.emus %}'
6+
redirect_from:
7+
- /authentication/authenticating-with-saml-single-sign-on/authenticating-with-a-managed-user-account
68
versions:
79
ghec: '*'
810
topics:

content/rest/using-the-rest-api/rate-limits-for-the-rest-api.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@ In general, you can calculate your primary rate limit for the REST API based on
4444

4545
{% data reusables.rest-api.primary-rate-limit-authenticated-users %}
4646

47+
{% ifversion ghec %}
48+
> [!NOTE]
49+
> The [Enterprise audit logs API endpoint](/rest/enterprise-admin/audit-log#get-the-audit-log-for-an-enterprise) has a rate limit of 1,750 queries per hour, per user and IP address. If your integration receives a rate limit error (typically a 403 or 429 response), it should wait before making another request to the GitHub API.
50+
{% endif %}
51+
4752
### Primary rate limit for Git LFS access
4853

4954
API requests are required when you upload or download Git LFS content. These count towards a separate rate limiting bucket with a limit of 300 requests per minute for unauthenticated requests and 3,000 requests per minute for authenticated requests.

0 commit comments

Comments
 (0)